#BBBD10

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

Shades of La Rioja #BBBD10

Tints of La Rioja #BBBD10

Color information

#BBBD10 (or 0xBBBD10) is unknown color: approx La Rioja. HEX triplet: BB, BD and 10. RGB value is (187,189,16). Sum of RGB (Red+Green+Blue) = 187+189+16=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD10 is #4442EF. Grayscale: #A9A9A9. Windows color (decimal): -4473584 or 1097147. OLE color: 1097147.

HSL color Cylindrical-coordinate representation of color #BBBD10: hue angle of 60.69º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBBD10 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB18718916-
CMYK0.0100.920.26
HSL60.69º84.39%40.2%-
HSV(B)60.69º91.53%74.12%-
XYZ38.78477.52-
YUV168.6841.84141.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 16 (6.64% from 255) = 4.08%
R=47.70%
G=48.21%
B=4.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189160.0100.920.2660.6984.3940.2
HexBBBD10105C1A3d5428
Octal2732752010134327512450
Binary101110111011110110000101011100110101111011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD10; }

 p { color: rgb(187,189,16); }

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

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

 a { background-color: rgb(187,189,16); }

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

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

 span { border-color: rgb(187,189,16); }

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