#BFBB00

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

Shades of La Rioja #BFBB00

Tints of La Rioja #BFBB00

Color information

#BFBB00 (or 0xBFBB00) is unknown color: approx La Rioja. HEX triplet: BF, BB and 00. RGB value is (191,187,0). Sum of RGB (Red+Green+Blue) = 191+187+0=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB00 is #4044FF. Grayscale: #A7A7A7. Windows color (decimal): -4211968 or 48063. OLE color: 48063.

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

Color convert

RGB1911870-
CMYK00.0210.25
HSL58.74º100%37.45%-
HSV(B)58.74º100%74.9%-
XYZ39.2646.626.93-
YUV166.8833.83145.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 187 (73.44% from 255) = 49.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.53%
G=49.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191187000.0210.2558.7410037.45
HexBFBB00264193b6425
Octal277273002144317314445
Binary101111111011101100101100100110011110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB00; }

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

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

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

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

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

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

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

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