Html Css Color HEX #B57973 Brandy Rose

📋 copy color: '#B57973'

red 181 ◦ green 121 ◦ blue 115

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

Shades of Brandy Rose #B57973

Tints of Brandy Rose #B57973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 43.41%
G = 29.02%
B = 27.58%

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

#B57973 (or 0xB57973) is known color: Brandy Rose. HEX triplet: B5, 79 and 73. RGB value is (181,121,115). Sum of RGB (Red+Green+Blue) = 181+121+115=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57973 is #4A868C. Grayscale: #8A8A8A. Windows color (decimal): -4884109 or 7567797. OLE color: 7567797.

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

Color convert

RGB 181 121 115 -
CMYK 0 0.33 0.36 0.29
HSL 5.45º 0.31% 0.58% -
HSV(B) 5.45º 0.36% 0.71% -
XYZ 28.99 24.74 19.47 -
YUV 138.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 181 121 115 0 0.33 0.36 0.29 5.45 0.31 0.58
Hex B5 79 73 0 21 24 1D 5 1F 3A
Octal 265 171 163 0 41 44 35 5 37 72
Binary 10110101 1111001 1110011 0 100001 100100 11101 101 11111 111010

Color Harmonies of #B57973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57973

Black with #B57973

Text Example


Text Example

White with #B57973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57973; }

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

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

background-color css

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

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

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

border-color css

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

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

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