Html Css Color HEX #BFAB01 La Rioja

📋 copy color: '#BFAB01'

red 191 ◦ green 171 ◦ blue 1

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

Shades of La Rioja #BFAB01

Tints of La Rioja #BFAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 52.62%
G = 47.11%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFAB01 (or 0xBFAB01) is known color: La Rioja. HEX triplet: BF, AB and 01. RGB value is (191,171,1). Sum of RGB (Red+Green+Blue) = 191+171+1=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB01 is #4054FE. Grayscale: #9E9E9E. Windows color (decimal): -4216063 or 109503. OLE color: 109503.

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

Color convert

RGB 191 171 1 -
CMYK 0 0.10 0.99 0.25
HSL 53.68º 0.99% 0.38% -
HSV(B) 53.68º 0.99% 0.75% -
XYZ 36.05 40.2 5.89 -
YUV 157.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 191 171 1 0 0.10 0.99 0.25 53.68 0.99 0.38
Hex BF AB 1 0 A 63 19 36 63 26
Octal 277 253 1 0 12 143 31 66 143 46
Binary 10111111 10101011 1 0 1010 1100011 11001 110110 1100011 100110

Color Harmonies of #BFAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB01

Black with #BFAB01

Text Example


Text Example

White with #BFAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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