Html Css Color HEX #BFAB00 La Rioja

📋 copy color: '#BFAB00'

red 191 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #BFAB00

Tints of La Rioja #BFAB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.76%
G = 47.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFAB00 (or 0xBFAB00) is known color: La Rioja. HEX triplet: BF, AB and 00. RGB value is (191,171,0). Sum of RGB (Red+Green+Blue) = 191+171+0=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB00 is #4054FF. Grayscale: #9E9E9E. Windows color (decimal): -4216064 or 43967. OLE color: 43967.

HSL color Cylindrical-coordinate representation of color #BFAB00: hue angle of 53.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFAB00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 0 -
CMYK 0 0.10 1 0.25
HSL 53.72º 1% 0.37% -
HSV(B) 53.72º 1% 0.75% -
XYZ 36.05 40.2 5.86 -
YUV 157.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 191 171 0 0 0.10 1 0.25 53.72 1 0.37
Hex BF AB 0 0 A 64 19 36 64 25
Octal 277 253 0 0 12 144 31 66 144 45
Binary 10111111 10101011 0 0 1010 1100100 11001 110110 1100100 100101

Color Harmonies of #BFAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB00

Black with #BFAB00

Text Example


Text Example

White with #BFAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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