Html Css Color HEX #BFBB08 La Rioja

📋 copy color: '#BFBB08'

red 191 ◦ green 187 ◦ blue 8

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

Shades of La Rioja #BFBB08

Tints of La Rioja #BFBB08

RGB

 RED value IS 191 (75% from 255) = 49.48%

 GREEN value IS 187 (73.44% from 255) = 48.45%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 49.48%
G = 48.45%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFBB08 (or 0xBFBB08) is known color: La Rioja. HEX triplet: BF, BB and 08. RGB value is (191,187,8). Sum of RGB (Red+Green+Blue) = 191+187+8=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB08 is #4044F7. Grayscale: #A8A8A8. Windows color (decimal): -4211960 or 572351. OLE color: 572351.

HSL color Cylindrical-coordinate representation of color #BFBB08: hue angle of 58.69º degrees, saturation: 0.92, 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 #BFBB08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 8 -
CMYK 0 0.02 0.96 0.25
HSL 58.69º 0.92% 0.39% -
HSV(B) 58.69º 0.96% 0.75% -
XYZ 39.3 46.63 7.16 -
YUV 167.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 191 187 8 0 0.02 0.96 0.25 58.69 0.92 0.39
Hex BF BB 8 0 2 60 19 3B 5C 27
Octal 277 273 10 0 2 140 31 73 134 47
Binary 10111111 10111011 1000 0 10 1100000 11001 111011 1011100 100111

Color Harmonies of #BFBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB08

Black with #BFBB08

Text Example


Text Example

White with #BFBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB08; }

 p { color: rgb(191,187,8); }

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

background-color css

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

 a { background-color: rgb(191,187,8); }

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

border-color css

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

 span { border-color: rgb(191,187,8); }

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