Html Css Color HEX #B45044 Chestnut

📋 copy color: '#B45044'

red 180 ◦ green 80 ◦ blue 68

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

Shades of Chestnut #B45044

Tints of Chestnut #B45044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 54.88%
G = 24.39%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B45044 (or 0xB45044) is known color: Chestnut. HEX triplet: B4, 50 and 44. RGB value is (180,80,68). Sum of RGB (Red+Green+Blue) = 180+80+68=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B45044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45044 is #4BAFBB. Grayscale: #6C6C6C. Windows color (decimal): -4960188 or 4477108. OLE color: 4477108.

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

Color convert

RGB 180 80 68 -
CMYK 0 0.56 0.62 0.29
HSL 6.43º 0.45% 0.49% -
HSV(B) 6.43º 0.62% 0.71% -
XYZ 22.73 15.86 7.33 -
YUV 108.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 180 80 68 0 0.56 0.62 0.29 6.43 0.45 0.49
Hex B4 50 44 0 38 3E 1D 6 2D 31
Octal 264 120 104 0 70 76 35 6 55 61
Binary 10110100 1010000 1000100 0 111000 111110 11101 110 101101 110001

Color Harmonies of #B45044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45044

Black with #B45044

Text Example


Text Example

White with #B45044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45044; }

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

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

background-color css

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

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

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

border-color css

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

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

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