Html Css Color HEX #BD8473 Brandy Rose

📋 copy color: '#BD8473'

red 189 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #BD8473

Tints of Brandy Rose #BD8473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 43.35%
G = 30.28%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD8473 (or 0xBD8473) is known color: Brandy Rose. HEX triplet: BD, 84 and 73. RGB value is (189,132,115). Sum of RGB (Red+Green+Blue) = 189+132+115=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8473 is #427B8C. Grayscale: #939393. Windows color (decimal): -4357005 or 7570621. OLE color: 7570621.

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

Color convert

RGB 189 132 115 -
CMYK 0 0.30 0.39 0.26
HSL 13.78º 0.36% 0.6% -
HSV(B) 13.78º 0.39% 0.74% -
XYZ 32.33 28.56 20.03 -
YUV 147.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 189 132 115 0 0.30 0.39 0.26 13.78 0.36 0.6
Hex BD 84 73 0 1E 27 1A E 24 3C
Octal 275 204 163 0 36 47 32 16 44 74
Binary 10111101 10000100 1110011 0 11110 100111 11010 1110 100100 111100

Color Harmonies of #BD8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8473

Black with #BD8473

Text Example


Text Example

White with #BD8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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