Html Css Color HEX #B5BF07 La Rioja

📋 copy color: '#B5BF07'

red 181 ◦ green 191 ◦ blue 7

#B5BF07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B5BF07

Tints of La Rioja #B5BF07

RGB

 RED value IS 181 (71.09% from 255) = 47.76%

 GREEN value IS 191 (75% from 255) = 50.4%

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 47.76%
G = 50.4%
B = 1.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5BF07 (or 0xB5BF07) is known color: La Rioja. HEX triplet: B5, BF and 07. RGB value is (181,191,7). Sum of RGB (Red+Green+Blue) = 181+191+7=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF07 is #4A40F8. Grayscale: #A7A7A7. Windows color (decimal): -4866297 or 507829. OLE color: 507829.

HSL color Cylindrical-coordinate representation of color #B5BF07: hue angle of 63.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5BF07 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 7 -
CMYK 0.05 0 0.96 0.25
HSL 63.26º 0.93% 0.39% -
HSV(B) 63.26º 0.96% 0.75% -
XYZ 37.73 47.1 7.3 -
YUV 167.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 181 191 7 0.05 0 0.96 0.25 63.26 0.93 0.39
Hex B5 BF 7 5 0 60 19 3F 5D 27
Octal 265 277 7 5 0 140 31 77 135 47
Binary 10110101 10111111 111 101 0 1100000 11001 111111 1011101 100111

Color Harmonies of #B5BF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF07

Black with #B5BF07

Text Example


Text Example

White with #B5BF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF07; }

 p { color: rgb(181,191,7); }

 H1.HeaderClassName
 {
   color: #B5BF07;
 }
 .AnyTagClassName
 {
   color: #B5BF07;
 }
</style>

background-color css

<style>
 a { background-color: #B5BF07; }

 a { background-color: rgb(181,191,7); }

 div.DivClassName
 {
   background-color: #B5BF07;
 }
 .BgClassName
 {
   background-color: #B5BF07;
 }
</style>

border-color css

<style>
 span { border-color: #B5BF07; }

 span { border-color: rgb(181,191,7); }

 td.TdClassName
 {
   border-color: #B5BF07;
 }
 .TagClassName
 {
   border-color: #B5BF07;
 }
</style>