Html Css Color HEX #B57E72 Brandy Rose

📋 copy color: '#B57E72'

red 181 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #B57E72

Tints of Brandy Rose #B57E72

RGB

 RED value IS 181 (71.09% from 255) = 42.99%

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

 BLUE value IS 114 (44.92% from 255) = 27.08%

R = 42.99%
G = 29.93%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B57E72 (or 0xB57E72) is known color: Brandy Rose. HEX triplet: B5, 7E and 72. RGB value is (181,126,114). Sum of RGB (Red+Green+Blue) = 181+126+114=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E72 is #4A818D. Grayscale: #8D8D8D. Windows color (decimal): -4882830 or 7503541. OLE color: 7503541.

HSL color Cylindrical-coordinate representation of color #B57E72: hue angle of 10.75º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57E72 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 126 114 -
CMYK 0 0.30 0.37 0.29
HSL 10.75º 0.31% 0.58% -
HSV(B) 10.75º 0.37% 0.71% -
XYZ 29.55 25.96 19.37 -
YUV 141.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 181 126 114 0 0.30 0.37 0.29 10.75 0.31 0.58
Hex B5 7E 72 0 1E 25 1D B 1F 3A
Octal 265 176 162 0 36 45 35 13 37 72
Binary 10110101 1111110 1110010 0 11110 100101 11101 1011 11111 111010

Color Harmonies of #B57E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E72

Black with #B57E72

Text Example


Text Example

White with #B57E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E72; }

 p { color: rgb(181,126,114); }

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

background-color css

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

 a { background-color: rgb(181,126,114); }

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

border-color css

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

 span { border-color: rgb(181,126,114); }

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