Html Css Color HEX #B57972 Brandy Rose

📋 copy color: '#B57972'

red 181 ◦ green 121 ◦ blue 114

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

Shades of Brandy Rose #B57972

Tints of Brandy Rose #B57972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 43.51%
G = 29.09%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B57972 (or 0xB57972) is known color: Brandy Rose. HEX triplet: B5, 79 and 72. RGB value is (181,121,114). Sum of RGB (Red+Green+Blue) = 181+121+114=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57972 is #4A868D. Grayscale: #8A8A8A. Windows color (decimal): -4884110 or 7502261. OLE color: 7502261.

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

Color convert

RGB 181 121 114 -
CMYK 0 0.33 0.37 0.29
HSL 6.27º 0.31% 0.58% -
HSV(B) 6.27º 0.37% 0.71% -
XYZ 28.93 24.71 19.16 -
YUV 138.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 181 121 114 0 0.33 0.37 0.29 6.27 0.31 0.58
Hex B5 79 72 0 21 25 1D 6 1F 3A
Octal 265 171 162 0 41 45 35 6 37 72
Binary 10110101 1111001 1110010 0 100001 100101 11101 110 11111 111010

Color Harmonies of #B57972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57972

Black with #B57972

Text Example


Text Example

White with #B57972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57972; }

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

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

background-color css

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

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

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

border-color css

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

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

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