Html Css Color HEX #B57E78 Brandy Rose

📋 copy color: '#B57E78'

red 181 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #B57E78

Tints of Brandy Rose #B57E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 42.39%
G = 29.51%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57E78 (or 0xB57E78) is known color: Brandy Rose. HEX triplet: B5, 7E and 78. RGB value is (181,126,120). Sum of RGB (Red+Green+Blue) = 181+126+120=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E78 is #4A8187. Grayscale: #8D8D8D. Windows color (decimal): -4882824 or 7896757. OLE color: 7896757.

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

Color convert

RGB 181 126 120 -
CMYK 0 0.30 0.34 0.29
HSL 5.9º 0.29% 0.59% -
HSV(B) 5.9º 0.34% 0.71% -
XYZ 29.91 26.1 21.23 -
YUV 141.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 181 126 120 0 0.30 0.34 0.29 5.9 0.29 0.59
Hex B5 7E 78 0 1E 22 1D 6 1D 3B
Octal 265 176 170 0 36 42 35 6 35 73
Binary 10110101 1111110 1111000 0 11110 100010 11101 110 11101 111011

Color Harmonies of #B57E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E78

Black with #B57E78

Text Example


Text Example

White with #B57E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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