#BDBB27

Color #BDBB27 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BDBB27

Tints of Rio Grande #BDBB27

Color information

#BDBB27 (or 0xBDBB27) is unknown color: approx Rio Grande. HEX triplet: BD, BB and 27. RGB value is (189,187,39). Sum of RGB (Red+Green+Blue) = 189+187+39=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB27 is #4244D8. Grayscale: #ABABAB. Windows color (decimal): -4343001 or 2603965. OLE color: 2603965.

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

Color convert

RGB18918739-
CMYK00.010.790.26
HSL59.2º65.79%44.71%-
HSV(B)59.2º79.37%74.12%-
XYZ39.1246.518.83-
YUV170.7353.66141.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 39 (15.62% from 255) = 9.40%
R=45.54%
G=45.06%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891873900.010.790.2659.265.7944.71
HexBDBB27014F1A3b422d
Octal2752734701117327310255
Binary1011110110111011100111011001111110101110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB27; }

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

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

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

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

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

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

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

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