Html Css Color HEX #BD8579 Brandy Rose

📋 copy color: '#BD8579'

red 189 ◦ green 133 ◦ blue 121

#BD8579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #BD8579

Tints of Brandy Rose #BD8579

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 42.66%
G = 30.02%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD8579 (or 0xBD8579) is known color: Brandy Rose. HEX triplet: BD, 85 and 79. RGB value is (189,133,121). Sum of RGB (Red+Green+Blue) = 189+133+121=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8579 is #427A86. Grayscale: #949494. Windows color (decimal): -4356743 or 7964093. OLE color: 7964093.

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

Color convert

RGB 189 133 121 -
CMYK 0 0.30 0.36 0.26
HSL 10.59º 0.34% 0.61% -
HSV(B) 10.59º 0.36% 0.74% -
XYZ 32.82 28.97 21.95 -
YUV 148.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 189 133 121 0 0.30 0.36 0.26 10.59 0.34 0.61
Hex BD 85 79 0 1E 24 1A B 22 3D
Octal 275 205 171 0 36 44 32 13 42 75
Binary 10111101 10000101 1111001 0 11110 100100 11010 1011 100010 111101

Color Harmonies of #BD8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8579

Black with #BD8579

Text Example


Text Example

White with #BD8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8579; }

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

 H1.HeaderClassName
 {
   color: #BD8579;
 }
 .AnyTagClassName
 {
   color: #BD8579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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