Html Css Color HEX #B57944 Brandy Punch

📋 copy color: '#B57944'

red 181 ◦ green 121 ◦ blue 68

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

Shades of Brandy Punch #B57944

Tints of Brandy Punch #B57944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 48.92%
G = 32.7%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B57944 (or 0xB57944) is known color: Brandy Punch. HEX triplet: B5, 79 and 44. RGB value is (181,121,68). Sum of RGB (Red+Green+Blue) = 181+121+68=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B57944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57944 is #4A86BB. Grayscale: #858585. Windows color (decimal): -4884156 or 4487605. OLE color: 4487605.

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

Color convert

RGB 181 121 68 -
CMYK 0 0.33 0.62 0.29
HSL 28.14º 0.45% 0.49% -
HSV(B) 28.14º 0.62% 0.71% -
XYZ 26.94 23.92 8.67 -
YUV 132.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 181 121 68 0 0.33 0.62 0.29 28.14 0.45 0.49
Hex B5 79 44 0 21 3E 1D 1C 2D 31
Octal 265 171 104 0 41 76 35 34 55 61
Binary 10110101 1111001 1000100 0 100001 111110 11101 11100 101101 110001

Color Harmonies of #B57944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57944

Black with #B57944

Text Example


Text Example

White with #B57944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57944; }

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

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

background-color css

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

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

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

border-color css

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

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

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