#BFB608

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

Shades of La Rioja #BFB608

Tints of La Rioja #BFB608

Color information

#BFB608 (or 0xBFB608) is unknown color: approx La Rioja. HEX triplet: BF, B6 and 08. RGB value is (191,182,8). Sum of RGB (Red+Green+Blue) = 191+182+8=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB608 is #4049F7. Grayscale: #A5A5A5. Windows color (decimal): -4213240 or 571071. OLE color: 571071.

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

Color convert

RGB1911828-
CMYK00.050.960.25
HSL57.05º91.96%39.02%-
HSV(B)57.05º95.81%74.9%-
XYZ38.2644.556.81-
YUV164.8639.48146.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 8 (3.52% from 255) = 2.10%
R=50.13%
G=47.77%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191182800.050.960.2557.0591.9639.02
HexBFB68056019395c27
Octal2772661005140317113447
Binary1011111110110110100001011100000110011110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB608; }

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

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

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

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

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

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

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

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