#BFB002

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

Shades of La Rioja #BFB002

Tints of La Rioja #BFB002

Color information

#BFB002 (or 0xBFB002) is unknown color: approx La Rioja. HEX triplet: BF, B0 and 02. RGB value is (191,176,2). Sum of RGB (Red+Green+Blue) = 191+176+2=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB002 is #404FFD. Grayscale: #A1A1A1. Windows color (decimal): -4214782 or 176319. OLE color: 176319.

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

Color convert

RGB1911762-
CMYK00.080.990.25
HSL55.24º97.93%37.84%-
HSV(B)55.24º98.95%74.9%-
XYZ37.0242.136.24-
YUV160.6538.47149.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=51.76%
G=47.70%
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
Decimal191176200.080.990.2555.2497.9337.84
HexBFB02086319376226
Octal2772602010143316714246
Binary101111111011000010010001100011110011101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB002; }

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

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

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

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

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

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

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

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