#BDBB0D

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

Shades of La Rioja #BDBB0D

Tints of La Rioja #BDBB0D

Color information

#BDBB0D (or 0xBDBB0D) is unknown color: approx La Rioja. HEX triplet: BD, BB and 0D. RGB value is (189,187,13). Sum of RGB (Red+Green+Blue) = 189+187+13=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0D is #4244F2. Grayscale: #A8A8A8. Windows color (decimal): -4343027 or 900029. OLE color: 900029.

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

Color convert

RGB18918713-
CMYK00.010.930.26
HSL59.32º87.13%39.61%-
HSV(B)59.32º93.12%74.12%-
XYZ38.8346.397.29-
YUV167.7640.66143.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 13 (5.47% from 255) = 3.34%
R=48.59%
G=48.07%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891871300.010.930.2659.3287.1339.61
HexBDBBD015D1A3b5728
Octal2752731501135327312750
Binary10111101101110111101011011101110101110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB0D; }

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

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

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

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

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

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

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

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