Html Css Color HEX #B45544 Chestnut

📋 copy color: '#B45544'

red 180 ◦ green 85 ◦ blue 68

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

Shades of Chestnut #B45544

Tints of Chestnut #B45544

RGB

 RED value IS 180 (70.7% from 255) = 54.05%

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 54.05%
G = 25.53%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B45544 (or 0xB45544) is known color: Chestnut. HEX triplet: B4, 55 and 44. RGB value is (180,85,68). Sum of RGB (Red+Green+Blue) = 180+85+68=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45544 is #4BAABB. Grayscale: #6F6F6F. Windows color (decimal): -4958908 or 4478388. OLE color: 4478388.

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

Color convert

RGB 180 85 68 -
CMYK 0 0.53 0.62 0.29
HSL 9.11º 0.45% 0.49% -
HSV(B) 9.11º 0.62% 0.71% -
XYZ 23.11 16.62 7.46 -
YUV 111.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 180 85 68 0 0.53 0.62 0.29 9.11 0.45 0.49
Hex B4 55 44 0 35 3E 1D 9 2D 31
Octal 264 125 104 0 65 76 35 11 55 61
Binary 10110100 1010101 1000100 0 110101 111110 11101 1001 101101 110001

Color Harmonies of #B45544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45544

Black with #B45544

Text Example


Text Example

White with #B45544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45544; }

 p { color: rgb(180,85,68); }

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

background-color css

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

 a { background-color: rgb(180,85,68); }

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

border-color css

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

 span { border-color: rgb(180,85,68); }

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