#BD9C8B

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

Shades of Del Rio #BD9C8B

Tints of Del Rio #BD9C8B

Color information

#BD9C8B (or 0xBD9C8B) is unknown color: approx Del Rio. HEX triplet: BD, 9C and 8B. RGB value is (189,156,139). Sum of RGB (Red+Green+Blue) = 189+156+139=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C8B is #426374. Grayscale: #A4A4A4. Windows color (decimal): -4350837 or 9149629. OLE color: 9149629.

HSL color Cylindrical-coordinate representation of color #BD9C8B: hue angle of 20.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9C8B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189156139-
CMYK00.170.260.26
HSL20.4º27.47%64.31%-
HSV(B)20.4º26.46%74.12%-
XYZ37.5336.4629.49-
YUV163.93113.93145.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=39.05%
G=32.23%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915613900.170.260.2620.427.4764.31
HexBD9C8B0111A1A141b40
Octal27523421302132322433100
Binary101111011001110010001011010001110101101010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C8B; }

 p { color: rgb(189,156,139); }

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

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

 a { background-color: rgb(189,156,139); }

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

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

 span { border-color: rgb(189,156,139); }

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