#BFBB0A

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

Shades of La Rioja #BFBB0A

Tints of La Rioja #BFBB0A

Color information

#BFBB0A (or 0xBFBB0A) is unknown color: approx La Rioja. HEX triplet: BF, BB and 0A. RGB value is (191,187,10). Sum of RGB (Red+Green+Blue) = 191+187+10=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB0A is #4044F5. Grayscale: #A8A8A8. Windows color (decimal): -4211958 or 703423. OLE color: 703423.

HSL color Cylindrical-coordinate representation of color #BFBB0A: hue angle of 58.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFBB0A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19118710-
CMYK00.020.950.25
HSL58.67º90.05%39.41%-
HSV(B)58.67º94.76%74.9%-
XYZ39.3146.647.22-
YUV168.0238.83144.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=49.23%
G=48.20%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911871000.020.950.2558.6790.0539.41
HexBFBBA025F193b5a27
Octal2772731202137317313247
Binary101111111011101110100101011111110011110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB0A; }

 p { color: rgb(191,187,10); }

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

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

 a { background-color: rgb(191,187,10); }

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

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

 span { border-color: rgb(191,187,10); }

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