Html Css Color HEX #B57C73 Brandy Rose

📋 copy color: '#B57C73'

red 181 ◦ green 124 ◦ blue 115

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

Shades of Brandy Rose #B57C73

Tints of Brandy Rose #B57C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 43.1%
G = 29.52%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B57C73 (or 0xB57C73) is known color: Brandy Rose. HEX triplet: B5, 7C and 73. RGB value is (181,124,115). Sum of RGB (Red+Green+Blue) = 181+124+115=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C73 is #4A838C. Grayscale: #8C8C8C. Windows color (decimal): -4883341 or 7568565. OLE color: 7568565.

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

Color convert

RGB 181 124 115 -
CMYK 0 0.31 0.36 0.29
HSL 8.18º 0.31% 0.58% -
HSV(B) 8.18º 0.36% 0.71% -
XYZ 29.36 25.48 19.59 -
YUV 140.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 181 124 115 0 0.31 0.36 0.29 8.18 0.31 0.58
Hex B5 7C 73 0 1F 24 1D 8 1F 3A
Octal 265 174 163 0 37 44 35 10 37 72
Binary 10110101 1111100 1110011 0 11111 100100 11101 1000 11111 111010

Color Harmonies of #B57C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C73

Black with #B57C73

Text Example


Text Example

White with #B57C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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