Html Css Color HEX #B57A3E Brandy Punch

📋 copy color: '#B57A3E'

red 181 ◦ green 122 ◦ blue 62

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

Shades of Brandy Punch #B57A3E

Tints of Brandy Punch #B57A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 49.59%
G = 33.42%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B57A3E (or 0xB57A3E) is known color: Brandy Punch. HEX triplet: B5, 7A and 3E. RGB value is (181,122,62). Sum of RGB (Red+Green+Blue) = 181+122+62=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A3E is #4A85C1. Grayscale: #858585. Windows color (decimal): -4883906 or 4094645. OLE color: 4094645.

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

Color convert

RGB 181 122 62 -
CMYK 0 0.33 0.66 0.29
HSL 30.25º 0.49% 0.48% -
HSV(B) 30.25º 0.66% 0.71% -
XYZ 26.89 24.09 7.79 -
YUV 132.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 181 122 62 0 0.33 0.66 0.29 30.25 0.49 0.48
Hex B5 7A 3E 0 21 42 1D 1E 31 30
Octal 265 172 76 0 41 102 35 36 61 60
Binary 10110101 1111010 111110 0 100001 1000010 11101 11110 110001 110000

Color Harmonies of #B57A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A3E

Black with #B57A3E

Text Example


Text Example

White with #B57A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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