Html Css Color HEX #B57E44 Brandy Punch

📋 copy color: '#B57E44'

red 181 ◦ green 126 ◦ blue 68

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

Shades of Brandy Punch #B57E44

Tints of Brandy Punch #B57E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 48.27%
G = 33.6%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B57E44 (or 0xB57E44) is known color: Brandy Punch. HEX triplet: B5, 7E and 44. RGB value is (181,126,68). Sum of RGB (Red+Green+Blue) = 181+126+68=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E44 is #4A81BB. Grayscale: #888888. Windows color (decimal): -4882876 or 4488885. OLE color: 4488885.

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

Color convert

RGB 181 126 68 -
CMYK 0 0.30 0.62 0.29
HSL 30.8º 0.45% 0.49% -
HSV(B) 30.8º 0.62% 0.71% -
XYZ 27.56 25.16 8.87 -
YUV 135.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 181 126 68 0 0.30 0.62 0.29 30.8 0.45 0.49
Hex B5 7E 44 0 1E 3E 1D 1F 2D 31
Octal 265 176 104 0 36 76 35 37 55 61
Binary 10110101 1111110 1000100 0 11110 111110 11101 11111 101101 110001

Color Harmonies of #B57E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E44

Black with #B57E44

Text Example


Text Example

White with #B57E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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