#BFAF02

Color #BFAF02 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFAF02

Tints of La Rioja #BFAF02

Color information

#BFAF02 (or 0xBFAF02) is unknown color: approx La Rioja. HEX triplet: BF, AF and 02. RGB value is (191,175,2). Sum of RGB (Red+Green+Blue) = 191+175+2=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF02 is #4050FD. Grayscale: #A0A0A0. Windows color (decimal): -4215038 or 176063. OLE color: 176063.

HSL color Cylindrical-coordinate representation of color #BFAF02: hue angle of 54.92º degrees, saturation: 0.98, 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 #BFAF02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1911752-
CMYK00.080.990.25
HSL54.92º97.93%37.84%-
HSV(B)54.92º98.95%74.9%-
XYZ36.8341.746.17-
YUV160.0638.8150.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 175 (68.75% from 255) = 47.55%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=51.90%
G=47.55%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191175200.080.990.2554.9297.9337.84
HexBFAF2086319376226
Octal2772572010143316714246
Binary101111111010111110010001100011110011101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF02; }

 p { color: rgb(191,175,2); }

 H1.HeaderClassName
 {
   color: #BFAF02;
 }
 .AnyTagClassName
 {
   color: #BFAF02;
 }
</style>
background-color css

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

 a { background-color: rgb(191,175,2); }

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

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

 span { border-color: rgb(191,175,2); }

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