#BBB30A

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

Shades of La Rioja #BBB30A

Tints of La Rioja #BBB30A

Color information

#BBB30A (or 0xBBB30A) is unknown color: approx La Rioja. HEX triplet: BB, B3 and 0A. RGB value is (187,179,10). Sum of RGB (Red+Green+Blue) = 187+179+10=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB30A is #444CF5. Grayscale: #A2A2A2. Windows color (decimal): -4476150 or 701371. OLE color: 701371.

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

Color convert

RGB18717910-
CMYK00.040.950.27
HSL57.29º89.85%38.63%-
HSV(B)57.29º94.65%73.33%-
XYZ36.6742.836.62-
YUV162.1342.15145.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 179 (70.31% from 255) = 47.61%
BLUE value IS 10 (4.30% from 255) = 2.66%
R=49.73%
G=47.61%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871791000.040.950.2757.2989.8538.63
HexBBB3A045F1B395a27
Octal2732631204137337113247
Binary1011101110110011101001001011111110111110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB30A; }

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

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

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

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

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

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

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

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