Html Css Color HEX #B57D77 Brandy Rose

📋 copy color: '#B57D77'

red 181 ◦ green 125 ◦ blue 119

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

Shades of Brandy Rose #B57D77

Tints of Brandy Rose #B57D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 42.59%
G = 29.41%
B = 28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57D77 (or 0xB57D77) is known color: Brandy Rose. HEX triplet: B5, 7D and 77. RGB value is (181,125,119). Sum of RGB (Red+Green+Blue) = 181+125+119=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D77 is #4A8288. Grayscale: #8D8D8D. Windows color (decimal): -4883081 or 7830965. OLE color: 7830965.

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

Color convert

RGB 181 125 119 -
CMYK 0 0.31 0.34 0.29
HSL 5.81º 0.3% 0.59% -
HSV(B) 5.81º 0.34% 0.71% -
XYZ 29.72 25.82 20.87 -
YUV 141.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 181 125 119 0 0.31 0.34 0.29 5.81 0.3 0.59
Hex B5 7D 77 0 1F 22 1D 6 1E 3B
Octal 265 175 167 0 37 42 35 6 36 73
Binary 10110101 1111101 1110111 0 11111 100010 11101 110 11110 111011

Color Harmonies of #B57D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D77

Black with #B57D77

Text Example


Text Example

White with #B57D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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