Html Css Color HEX #B57746 Brandy Punch

📋 copy color: '#B57746'

red 181 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #B57746

Tints of Brandy Punch #B57746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 48.92%
G = 32.16%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B57746 (or 0xB57746) is known color: Brandy Punch. HEX triplet: B5, 77 and 46. RGB value is (181,119,70). Sum of RGB (Red+Green+Blue) = 181+119+70=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B57746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57746 is #4A88B9. Grayscale: #848484. Windows color (decimal): -4884666 or 4618165. OLE color: 4618165.

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

Color convert

RGB 181 119 70 -
CMYK 0 0.34 0.61 0.29
HSL 26.49º 0.44% 0.49% -
HSV(B) 26.49º 0.61% 0.71% -
XYZ 26.76 23.46 8.91 -
YUV 131.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 181 119 70 0 0.34 0.61 0.29 26.49 0.44 0.49
Hex B5 77 46 0 22 3D 1D 1A 2C 31
Octal 265 167 106 0 42 75 35 32 54 61
Binary 10110101 1110111 1000110 0 100010 111101 11101 11010 101100 110001

Color Harmonies of #B57746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57746

Black with #B57746

Text Example


Text Example

White with #B57746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57746; }

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

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

background-color css

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

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

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

border-color css

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

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

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