Html Css Color HEX #B57A74 Brandy Rose

📋 copy color: '#B57A74'

red 181 ◦ green 122 ◦ blue 116

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

Shades of Brandy Rose #B57A74

Tints of Brandy Rose #B57A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 43.2%
G = 29.12%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B57A74 (or 0xB57A74) is known color: Brandy Rose. HEX triplet: B5, 7A and 74. RGB value is (181,122,116). Sum of RGB (Red+Green+Blue) = 181+122+116=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A74 is #4A858B. Grayscale: #8B8B8B. Windows color (decimal): -4883852 or 7633589. OLE color: 7633589.

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

Color convert

RGB 181 122 116 -
CMYK 0 0.33 0.36 0.29
HSL 5.54º 0.31% 0.58% -
HSV(B) 5.54º 0.36% 0.71% -
XYZ 29.17 25 19.81 -
YUV 138.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 181 122 116 0 0.33 0.36 0.29 5.54 0.31 0.58
Hex B5 7A 74 0 21 24 1D 6 1F 3A
Octal 265 172 164 0 41 44 35 6 37 72
Binary 10110101 1111010 1110100 0 100001 100100 11101 110 11111 111010

Color Harmonies of #B57A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A74

Black with #B57A74

Text Example


Text Example

White with #B57A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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