Html Css Color HEX #B57A77 Brandy Rose

📋 copy color: '#B57A77'

red 181 ◦ green 122 ◦ blue 119

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

Shades of Brandy Rose #B57A77

Tints of Brandy Rose #B57A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 42.89%
G = 28.91%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57A77 (or 0xB57A77) is known color: Brandy Rose. HEX triplet: B5, 7A and 77. RGB value is (181,122,119). Sum of RGB (Red+Green+Blue) = 181+122+119=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A77 is #4A8588. Grayscale: #8B8B8B. Windows color (decimal): -4883849 or 7830197. OLE color: 7830197.

HSL color Cylindrical-coordinate representation of color #B57A77: hue angle of 2.9º degrees, saturation: 0.3, 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 #B57A77 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 119 -
CMYK 0 0.33 0.34 0.29
HSL 2.9º 0.3% 0.59% -
HSV(B) 2.9º 0.34% 0.71% -
XYZ 29.35 25.07 20.75 -
YUV 139.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 181 122 119 0 0.33 0.34 0.29 2.9 0.3 0.59
Hex B5 7A 77 0 21 22 1D 3 1E 3B
Octal 265 172 167 0 41 42 35 3 36 73
Binary 10110101 1111010 1110111 0 100001 100010 11101 11 11110 111011

Color Harmonies of #B57A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A77

Black with #B57A77

Text Example


Text Example

White with #B57A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A77; }

 p { color: rgb(181,122,119); }

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

background-color css

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

 a { background-color: rgb(181,122,119); }

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

border-color css

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

 span { border-color: rgb(181,122,119); }

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