Html Css Color HEX #B57A79 Brandy Rose

📋 copy color: '#B57A79'

red 181 ◦ green 122 ◦ blue 121

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

Shades of Brandy Rose #B57A79

Tints of Brandy Rose #B57A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 42.69%
G = 28.77%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B57A79 (or 0xB57A79) is known color: Brandy Rose. HEX triplet: B5, 7A and 79. RGB value is (181,122,121). Sum of RGB (Red+Green+Blue) = 181+122+121=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A79 is #4A8586. Grayscale: #8B8B8B. Windows color (decimal): -4883847 or 7961269. OLE color: 7961269.

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

Color convert

RGB 181 122 121 -
CMYK 0 0.33 0.33 0.29
HSL 0.29% 0.59% -
HSV(B) 0.33% 0.71% -
XYZ 29.47 25.12 21.39 -
YUV 139.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 181 122 121 0 0.33 0.33 0.29 1 0.29 0.59
Hex B5 7A 79 0 21 21 1D 1 1D 3B
Octal 265 172 171 0 41 41 35 1 35 73
Binary 10110101 1111010 1111001 0 100001 100001 11101 1 11101 111011

Color Harmonies of #B57A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A79

Black with #B57A79

Text Example


Text Example

White with #B57A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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