Html Css Color HEX #B57A50 Brandy Punch

📋 copy color: '#B57A50'

red 181 ◦ green 122 ◦ blue 80

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

Shades of Brandy Punch #B57A50

Tints of Brandy Punch #B57A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 47.26%
G = 31.85%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B57A50 (or 0xB57A50) is known color: Brandy Punch. HEX triplet: B5, 7A and 50. RGB value is (181,122,80). Sum of RGB (Red+Green+Blue) = 181+122+80=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A50 is #4A85AF. Grayscale: #878787. Windows color (decimal): -4883888 or 5274293. OLE color: 5274293.

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

Color convert

RGB 181 122 80 -
CMYK 0 0.33 0.56 0.29
HSL 24.95º 0.41% 0.51% -
HSV(B) 24.95º 0.56% 0.71% -
XYZ 27.46 24.32 10.84 -
YUV 134.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 181 122 80 0 0.33 0.56 0.29 24.95 0.41 0.51
Hex B5 7A 50 0 21 38 1D 19 29 33
Octal 265 172 120 0 41 70 35 31 51 63
Binary 10110101 1111010 1010000 0 100001 111000 11101 11001 101001 110011

Color Harmonies of #B57A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A50

Black with #B57A50

Text Example


Text Example

White with #B57A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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