Html Css Color HEX #BFAB08 La Rioja

📋 copy color: '#BFAB08'

red 191 ◦ green 171 ◦ blue 8

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

Shades of La Rioja #BFAB08

Tints of La Rioja #BFAB08

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.22%

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

R = 51.62%
G = 46.22%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFAB08 (or 0xBFAB08) is known color: La Rioja. HEX triplet: BF, AB and 08. RGB value is (191,171,8). Sum of RGB (Red+Green+Blue) = 191+171+8=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB08 is #4054F7. Grayscale: #9F9F9F. Windows color (decimal): -4216056 or 568255. OLE color: 568255.

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

Color convert

RGB 191 171 8 -
CMYK 0 0.10 0.96 0.25
HSL 53.44º 0.92% 0.39% -
HSV(B) 53.44º 0.96% 0.75% -
XYZ 36.09 40.22 6.09 -
YUV 158.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 191 171 8 0 0.10 0.96 0.25 53.44 0.92 0.39
Hex BF AB 8 0 A 60 19 35 5C 27
Octal 277 253 10 0 12 140 31 65 134 47
Binary 10111111 10101011 1000 0 1010 1100000 11001 110101 1011100 100111

Color Harmonies of #BFAB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB08

Black with #BFAB08

Text Example


Text Example

White with #BFAB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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