#BD826D

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

Shades of Brandy Rose #BD826D

Tints of Brandy Rose #BD826D

Color information

#BD826D (or 0xBD826D) is unknown color: approx Brandy Rose. HEX triplet: BD, 82 and 6D. RGB value is (189,130,109). Sum of RGB (Red+Green+Blue) = 189+130+109=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD826D is #427D92. Grayscale: #919191. Windows color (decimal): -4357523 or 7176893. OLE color: 7176893.

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

Color convert

RGB189130109-
CMYK00.310.420.26
HSL15.75º37.74%58.43%-
HSV(B)15.75º42.33%74.12%-
XYZ31.7327.8918.18-
YUV145.25107.55159.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=44.16%
G=30.37%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913010900.310.420.2615.7537.7458.43
HexBD826D01F2A1A10263a
Octal2752021550375232204672
Binary101111011000001011011010111111010101101010000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD826D; }

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

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

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

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

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

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

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

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