Html Css Color HEX #B57E75 Brandy Rose

📋 copy color: '#B57E75'

red 181 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #B57E75

Tints of Brandy Rose #B57E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 42.69%
G = 29.72%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B57E75 (or 0xB57E75) is known color: Brandy Rose. HEX triplet: B5, 7E and 75. RGB value is (181,126,117). Sum of RGB (Red+Green+Blue) = 181+126+117=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E75 is #4A818A. Grayscale: #8D8D8D. Windows color (decimal): -4882827 or 7700149. OLE color: 7700149.

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

Color convert

RGB 181 126 117 -
CMYK 0 0.30 0.35 0.29
HSL 8.44º 0.3% 0.58% -
HSV(B) 8.44º 0.35% 0.71% -
XYZ 29.73 26.03 20.29 -
YUV 141.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 181 126 117 0 0.30 0.35 0.29 8.44 0.3 0.58
Hex B5 7E 75 0 1E 23 1D 8 1E 3A
Octal 265 176 165 0 36 43 35 10 36 72
Binary 10110101 1111110 1110101 0 11110 100011 11101 1000 11110 111010

Color Harmonies of #B57E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E75

Black with #B57E75

Text Example


Text Example

White with #B57E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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