Html Css Color HEX #B57E46 Brandy Punch

📋 copy color: '#B57E46'

red 181 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #B57E46

Tints of Brandy Punch #B57E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

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

R = 48.01%
G = 33.42%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B57E46 (or 0xB57E46) is known color: Brandy Punch. HEX triplet: B5, 7E and 46. RGB value is (181,126,70). Sum of RGB (Red+Green+Blue) = 181+126+70=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E46 is #4A81B9. Grayscale: #888888. Windows color (decimal): -4882874 or 4619957. OLE color: 4619957.

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

Color convert

RGB 181 126 70 -
CMYK 0 0.30 0.61 0.29
HSL 30.27º 0.44% 0.49% -
HSV(B) 30.27º 0.61% 0.71% -
XYZ 27.62 25.19 9.2 -
YUV 136.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 181 126 70 0 0.30 0.61 0.29 30.27 0.44 0.49
Hex B5 7E 46 0 1E 3D 1D 1E 2C 31
Octal 265 176 106 0 36 75 35 36 54 61
Binary 10110101 1111110 1000110 0 11110 111101 11101 11110 101100 110001

Color Harmonies of #B57E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E46

Black with #B57E46

Text Example


Text Example

White with #B57E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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