Html Css Color HEX #B57F79 Brandy Rose

📋 copy color: '#B57F79'

red 181 ◦ green 127 ◦ blue 121

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

Shades of Brandy Rose #B57F79

Tints of Brandy Rose #B57F79

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 42.19%
G = 29.6%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B57F79 (or 0xB57F79) is known color: Brandy Rose. HEX triplet: B5, 7F and 79. RGB value is (181,127,121). Sum of RGB (Red+Green+Blue) = 181+127+121=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F79 is #4A8086. Grayscale: #8E8E8E. Windows color (decimal): -4882567 or 7962549. OLE color: 7962549.

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

Color convert

RGB 181 127 121 -
CMYK 0 0.30 0.33 0.29
HSL 0.29% 0.59% -
HSV(B) 0.33% 0.71% -
XYZ 30.1 26.38 21.6 -
YUV 142.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 181 127 121 0 0.30 0.33 0.29 6 0.29 0.59
Hex B5 7F 79 0 1E 21 1D 6 1D 3B
Octal 265 177 171 0 36 41 35 6 35 73
Binary 10110101 1111111 1111001 0 11110 100001 11101 110 11101 111011

Color Harmonies of #B57F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F79

Black with #B57F79

Text Example


Text Example

White with #B57F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F79; }

 p { color: rgb(181,127,121); }

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

background-color css

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

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

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

border-color css

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

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

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