Html Css Color HEX #B57B77 Brandy Rose

📋 copy color: '#B57B77'

red 181 ◦ green 123 ◦ blue 119

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

Shades of Brandy Rose #B57B77

Tints of Brandy Rose #B57B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

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

R = 42.79%
G = 29.08%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57B77 (or 0xB57B77) is known color: Brandy Rose. HEX triplet: B5, 7B and 77. RGB value is (181,123,119). Sum of RGB (Red+Green+Blue) = 181+123+119=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B77 is #4A8488. Grayscale: #8B8B8B. Windows color (decimal): -4883593 or 7830453. OLE color: 7830453.

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

Color convert

RGB 181 123 119 -
CMYK 0 0.32 0.34 0.29
HSL 3.87º 0.3% 0.59% -
HSV(B) 3.87º 0.34% 0.71% -
XYZ 29.47 25.32 20.79 -
YUV 139.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 181 123 119 0 0.32 0.34 0.29 3.87 0.3 0.59
Hex B5 7B 77 0 20 22 1D 4 1E 3B
Octal 265 173 167 0 40 42 35 4 36 73
Binary 10110101 1111011 1110111 0 100000 100010 11101 100 11110 111011

Color Harmonies of #B57B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B77

Black with #B57B77

Text Example


Text Example

White with #B57B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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