Html Css Color HEX #B37842 Brandy Punch

📋 copy color: '#B37842'

red 179 ◦ green 120 ◦ blue 66

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

Shades of Brandy Punch #B37842

Tints of Brandy Punch #B37842

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 49.04%
G = 32.88%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B37842 (or 0xB37842) is known color: Brandy Punch. HEX triplet: B3, 78 and 42. RGB value is (179,120,66). Sum of RGB (Red+Green+Blue) = 179+120+66=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B37842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37842 is #4C87BD. Grayscale: #838383. Windows color (decimal): -5015486 or 4356275. OLE color: 4356275.

HSL color Cylindrical-coordinate representation of color #B37842: hue angle of 28.67º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B37842 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 66 -
CMYK 0 0.33 0.63 0.30
HSL 28.67º 0.46% 0.48% -
HSV(B) 28.67º 0.63% 0.7% -
XYZ 26.29 23.41 8.29 -
YUV 131.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 179 120 66 0 0.33 0.63 0.30 28.67 0.46 0.48
Hex B3 78 42 0 21 3F 1E 1D 2E 30
Octal 263 170 102 0 41 77 36 35 56 60
Binary 10110011 1111000 1000010 0 100001 111111 11110 11101 101110 110000

Color Harmonies of #B37842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37842

Black with #B37842

Text Example


Text Example

White with #B37842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37842; }

 p { color: rgb(179,120,66); }

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

background-color css

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

 a { background-color: rgb(179,120,66); }

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

border-color css

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

 span { border-color: rgb(179,120,66); }

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