#BD8373

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

Shades of Brandy Rose #BD8373

Tints of Brandy Rose #BD8373

Color information

#BD8373 (or 0xBD8373) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 73. RGB value is (189,131,115). Sum of RGB (Red+Green+Blue) = 189+131+115=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8373 is #427C8C. Grayscale: #929292. Windows color (decimal): -4357261 or 7570365. OLE color: 7570365.

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

Color convert

RGB189131115-
CMYK00.310.390.26
HSL12.97º35.92%59.61%-
HSV(B)12.97º39.15%74.12%-
XYZ32.228.2919.98-
YUV146.52110.22158.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 115 (45.31% from 255) = 26.44%
R=43.45%
G=30.11%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913111500.310.390.2612.9735.9259.61
HexBD837301F271Ad243c
Octal2752031630374732154474
Binary10111101100000111110011011111100111110101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8373; }

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

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

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

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

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

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

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

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