#BD827A

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

Shades of Brandy Rose #BD827A

Tints of Brandy Rose #BD827A

Color information

#BD827A (or 0xBD827A) is unknown color: approx Brandy Rose. HEX triplet: BD, 82 and 7A. RGB value is (189,130,122). Sum of RGB (Red+Green+Blue) = 189+130+122=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD827A is #427D85. Grayscale: #929292. Windows color (decimal): -4357510 or 8028861. OLE color: 8028861.

HSL color Cylindrical-coordinate representation of color #BD827A: hue angle of 7.16º degrees, saturation: 0.34, 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 #BD827A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189130122-
CMYK00.310.350.26
HSL7.16º33.67%60.98%-
HSV(B)7.16º35.45%74.12%-
XYZ32.4828.1922.14-
YUV146.73114.05158.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=42.86%
G=29.48%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913012200.310.350.267.1633.6760.98
HexBD827A01F231A7223d
Octal275202172037433274275
Binary1011110110000010111101001111110001111010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD827A; }

 p { color: rgb(189,130,122); }

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

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

 a { background-color: rgb(189,130,122); }

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

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

 span { border-color: rgb(189,130,122); }

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