#BD847B

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

Shades of Brandy Rose #BD847B

Tints of Brandy Rose #BD847B

Color information

#BD847B (or 0xBD847B) is unknown color: approx Brandy Rose. HEX triplet: BD, 84 and 7B. RGB value is (189,132,123). Sum of RGB (Red+Green+Blue) = 189+132+123=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847B is #427B84. Grayscale: #949494. Windows color (decimal): -4356997 or 8094909. OLE color: 8094909.

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

Color convert

RGB189132123-
CMYK00.300.350.26
HSL8.18º33.33%61.18%-
HSV(B)8.18º34.92%74.12%-
XYZ32.8128.7522.56-
YUV148.02113.88157.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=42.57%
G=29.73%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913212300.300.350.268.1833.3361.18
HexBD847B01E231A8213d
Octal2752041730364332104175
Binary10111101100001001111011011110100011110101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD847B; }

 p { color: rgb(189,132,123); }

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

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

 a { background-color: rgb(189,132,123); }

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

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

 span { border-color: rgb(189,132,123); }

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