#BD837D

Color #BD837D Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BD837D

Tints of Brandy Rose #BD837D

Color information

#BD837D (or 0xBD837D) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 7D. RGB value is (189,131,125). Sum of RGB (Red+Green+Blue) = 189+131+125=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD837D is #427C82. Grayscale: #939393. Windows color (decimal): -4357251 or 8225725. OLE color: 8225725.

HSL color Cylindrical-coordinate representation of color #BD837D: hue angle of 5.63º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD837D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189131125-
CMYK00.310.340.26
HSL5.63º32.65%61.57%-
HSV(B)5.63º33.86%74.12%-
XYZ32.828.5323.18-
YUV147.66115.22157.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=42.47%
G=29.44%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913112500.310.340.265.6332.6561.57
HexBD837D01F221A6213e
Octal275203175037423264176
Binary1011110110000011111110101111110001011010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD837D; }

 p { color: rgb(189,131,125); }

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

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

 a { background-color: rgb(189,131,125); }

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

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

 span { border-color: rgb(189,131,125); }

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