Html Css Color HEX #BD7E71 Brandy Rose

📋 copy color: '#BD7E71'

red 189 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #BD7E71

Tints of Brandy Rose #BD7E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 44.16%
G = 29.44%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7E71 (or 0xBD7E71) is known color: Brandy Rose. HEX triplet: BD, 7E and 71. RGB value is (189,126,113). Sum of RGB (Red+Green+Blue) = 189+126+113=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E71 is #42818E. Grayscale: #8F8F8F. Windows color (decimal): -4358543 or 7438013. OLE color: 7438013.

HSL color Cylindrical-coordinate representation of color #BD7E71: hue angle of 10.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7E71 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 113 -
CMYK 0 0.33 0.40 0.26
HSL 10.26º 0.37% 0.59% -
HSV(B) 10.26º 0.4% 0.74% -
XYZ 31.43 26.93 19.16 -
YUV 143.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 189 126 113 0 0.33 0.40 0.26 10.26 0.37 0.59
Hex BD 7E 71 0 21 28 1A A 25 3B
Octal 275 176 161 0 41 50 32 12 45 73
Binary 10111101 1111110 1110001 0 100001 101000 11010 1010 100101 111011

Color Harmonies of #BD7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E71

Black with #BD7E71

Text Example


Text Example

White with #BD7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E71; }

 p { color: rgb(189,126,113); }

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

background-color css

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

 a { background-color: rgb(189,126,113); }

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

border-color css

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

 span { border-color: rgb(189,126,113); }

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