Html Css Color HEX #B57942 Brandy Punch

📋 copy color: '#B57942'

red 181 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #B57942

Tints of Brandy Punch #B57942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 49.18%
G = 32.88%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57942 (or 0xB57942) is known color: Brandy Punch. HEX triplet: B5, 79 and 42. RGB value is (181,121,66). Sum of RGB (Red+Green+Blue) = 181+121+66=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57942 is #4A86BD. Grayscale: #848484. Windows color (decimal): -4884158 or 4356533. OLE color: 4356533.

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

Color convert

RGB 181 121 66 -
CMYK 0 0.33 0.64 0.29
HSL 28.7º 0.47% 0.48% -
HSV(B) 28.7º 0.64% 0.71% -
XYZ 26.88 23.89 8.35 -
YUV 132.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 181 121 66 0 0.33 0.64 0.29 28.7 0.47 0.48
Hex B5 79 42 0 21 40 1D 1D 2F 30
Octal 265 171 102 0 41 100 35 35 57 60
Binary 10110101 1111001 1000010 0 100001 1000000 11101 11101 101111 110000

Color Harmonies of #B57942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57942

Black with #B57942

Text Example


Text Example

White with #B57942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57942; }

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

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

background-color css

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

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

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

border-color css

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

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

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