#BD856D

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

Shades of Brandy Rose #BD856D

Tints of Brandy Rose #BD856D

Color information

#BD856D (or 0xBD856D) is unknown color: approx Brandy Rose. HEX triplet: BD, 85 and 6D. RGB value is (189,133,109). Sum of RGB (Red+Green+Blue) = 189+133+109=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD856D is #427A92. Grayscale: #939393. Windows color (decimal): -4356755 or 7177661. OLE color: 7177661.

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

Color convert

RGB189133109-
CMYK00.300.420.26
HSL18º37.74%58.43%-
HSV(B)18º42.33%74.12%-
XYZ32.1328.718.31-
YUV147.01106.55157.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=43.85%
G=30.86%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913310900.300.420.261837.7458.43
HexBD856D01E2A1A12263a
Octal2752051550365232224672
Binary101111011000010111011010111101010101101010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD856D; }

 p { color: rgb(189,133,109); }

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

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

 a { background-color: rgb(189,133,109); }

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

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

 span { border-color: rgb(189,133,109); }

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