#BDBB0B

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

Shades of La Rioja #BDBB0B

Tints of La Rioja #BDBB0B

Color information

#BDBB0B (or 0xBDBB0B) is unknown color: approx La Rioja. HEX triplet: BD, BB and 0B. RGB value is (189,187,11). Sum of RGB (Red+Green+Blue) = 189+187+11=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0B is #4244F4. Grayscale: #A8A8A8. Windows color (decimal): -4343029 or 768957. OLE color: 768957.

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

Color convert

RGB18918711-
CMYK00.010.940.26
HSL59.33º89%39.22%-
HSV(B)59.33º94.18%74.12%-
XYZ38.8246.387.22-
YUV167.5339.66143.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 11 (4.69% from 255) = 2.84%
R=48.84%
G=48.32%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891871100.010.940.2659.338939.22
HexBDBBB015E1A3b5927
Octal2752731301136327313147
Binary10111101101110111011011011110110101110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB0B; }

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

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

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

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

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

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

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

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