Html Css Color HEX #B57777 Brandy Rose

📋 copy color: '#B57777'

red 181 ◦ green 119 ◦ blue 119

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

Shades of Brandy Rose #B57777

Tints of Brandy Rose #B57777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 43.2%
G = 28.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57777 (or 0xB57777) is known color: Brandy Rose. HEX triplet: B5, 77 and 77. RGB value is (181,119,119). Sum of RGB (Red+Green+Blue) = 181+119+119=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57777 is #4A8888. Grayscale: #898989. Windows color (decimal): -4884617 or 7829429. OLE color: 7829429.

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

Color convert

RGB 181 119 119 -
CMYK 0 0.34 0.34 0.29
HSL 0.3% 0.59% -
HSV(B) 0.34% 0.71% -
XYZ 28.98 24.35 20.63 -
YUV 137.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 181 119 119 0 0.34 0.34 0.29 0 0.3 0.59
Hex B5 77 77 0 22 22 1D 0 1E 3B
Octal 265 167 167 0 42 42 35 0 36 73
Binary 10110101 1110111 1110111 0 100010 100010 11101 0 11110 111011

Color Harmonies of #B57777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57777

Black with #B57777

Text Example


Text Example

White with #B57777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57777; }

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

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

background-color css

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

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

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

border-color css

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

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

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