Html Css Color HEX #BD8475 Brandy Rose

📋 copy color: '#BD8475'

red 189 ◦ green 132 ◦ blue 117

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

Shades of Brandy Rose #BD8475

Tints of Brandy Rose #BD8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 43.15%
G = 30.14%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD8475 (or 0xBD8475) is known color: Brandy Rose. HEX triplet: BD, 84 and 75. RGB value is (189,132,117). Sum of RGB (Red+Green+Blue) = 189+132+117=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8475 is #427B8A. Grayscale: #939393. Windows color (decimal): -4357003 or 7701693. OLE color: 7701693.

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

Color convert

RGB 189 132 117 -
CMYK 0 0.30 0.38 0.26
HSL 12.5º 0.35% 0.6% -
HSV(B) 12.5º 0.38% 0.74% -
XYZ 32.45 28.61 20.64 -
YUV 147.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 189 132 117 0 0.30 0.38 0.26 12.5 0.35 0.6
Hex BD 84 75 0 1E 26 1A C 23 3C
Octal 275 204 165 0 36 46 32 14 43 74
Binary 10111101 10000100 1110101 0 11110 100110 11010 1100 100011 111100

Color Harmonies of #BD8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8475

Black with #BD8475

Text Example


Text Example

White with #BD8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8475; }

 p { color: rgb(189,132,117); }

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

background-color css

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

 a { background-color: rgb(189,132,117); }

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

border-color css

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

 span { border-color: rgb(189,132,117); }

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