#BFB208

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

Shades of La Rioja #BFB208

Tints of La Rioja #BFB208

Color information

#BFB208 (or 0xBFB208) is unknown color: approx La Rioja. HEX triplet: BF, B2 and 08. RGB value is (191,178,8). Sum of RGB (Red+Green+Blue) = 191+178+8=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB208 is #404DF7. Grayscale: #A3A3A3. Windows color (decimal): -4214264 or 570047. OLE color: 570047.

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

Color convert

RGB1911788-
CMYK00.070.960.25
HSL55.74º91.96%39.02%-
HSV(B)55.74º95.81%74.9%-
XYZ37.4542.936.54-
YUV162.5140.81148.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=50.66%
G=47.21%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191178800.070.960.2555.7491.9639.02
HexBFB28076019385c27
Octal2772621007140317013447
Binary1011111110110010100001111100000110011110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB208; }

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

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

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

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

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

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

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

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