Html Css Color HEX #B57A4B Brandy Punch

📋 copy color: '#B57A4B'

red 181 ◦ green 122 ◦ blue 75

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

Shades of Brandy Punch #B57A4B

Tints of Brandy Punch #B57A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 47.88%
G = 32.28%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B57A4B (or 0xB57A4B) is known color: Brandy Punch. HEX triplet: B5, 7A and 4B. RGB value is (181,122,75). Sum of RGB (Red+Green+Blue) = 181+122+75=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A4B is #4A85B4. Grayscale: #868686. Windows color (decimal): -4883893 or 4946613. OLE color: 4946613.

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

Color convert

RGB 181 122 75 -
CMYK 0 0.33 0.59 0.29
HSL 26.6º 0.42% 0.5% -
HSV(B) 26.6º 0.59% 0.71% -
XYZ 27.29 24.25 9.9 -
YUV 134.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 181 122 75 0 0.33 0.59 0.29 26.6 0.42 0.5
Hex B5 7A 4B 0 21 3B 1D 1B 2A 32
Octal 265 172 113 0 41 73 35 33 52 62
Binary 10110101 1111010 1001011 0 100001 111011 11101 11011 101010 110010

Color Harmonies of #B57A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A4B

Black with #B57A4B

Text Example


Text Example

White with #B57A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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