Html Css Color HEX #B57742 Brandy Punch

📋 copy color: '#B57742'

red 181 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #B57742

Tints of Brandy Punch #B57742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 49.45%
G = 32.51%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57742 (or 0xB57742) is known color: Brandy Punch. HEX triplet: B5, 77 and 42. RGB value is (181,119,66). Sum of RGB (Red+Green+Blue) = 181+119+66=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B57742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57742 is #4A88BD. Grayscale: #838383. Windows color (decimal): -4884670 or 4356021. OLE color: 4356021.

HSL color Cylindrical-coordinate representation of color #B57742: hue angle of 27.65º 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 #B57742 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 66 -
CMYK 0 0.34 0.64 0.29
HSL 27.65º 0.47% 0.48% -
HSV(B) 27.65º 0.64% 0.71% -
XYZ 26.64 23.41 8.27 -
YUV 131.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 181 119 66 0 0.34 0.64 0.29 27.65 0.47 0.48
Hex B5 77 42 0 22 40 1D 1C 2F 30
Octal 265 167 102 0 42 100 35 34 57 60
Binary 10110101 1110111 1000010 0 100010 1000000 11101 11100 101111 110000

Color Harmonies of #B57742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57742

Black with #B57742

Text Example


Text Example

White with #B57742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57742; }

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

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

background-color css

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

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

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

border-color css

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

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

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