Html Css Color HEX #B74845 Chestnut

📋 copy color: '#B74845'

red 183 ◦ green 72 ◦ blue 69

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

Shades of Chestnut #B74845

Tints of Chestnut #B74845

RGB

 RED value IS 183 (71.88% from 255) = 56.48%

 GREEN value IS 72 (28.52% from 255) = 22.22%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 56.48%
G = 22.22%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74845 (or 0xB74845) is known color: Chestnut. HEX triplet: B7, 48 and 45. RGB value is (183,72,69). Sum of RGB (Red+Green+Blue) = 183+72+69=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B74845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74845 is #48B7BA. Grayscale: #686868. Windows color (decimal): -4765627 or 4540599. OLE color: 4540599.

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

Color convert

RGB 183 72 69 -
CMYK 0 0.61 0.62 0.28
HSL 1.58º 0.45% 0.49% -
HSV(B) 1.58º 0.62% 0.72% -
XYZ 22.92 15.13 7.34 -
YUV 104.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 183 72 69 0 0.61 0.62 0.28 1.58 0.45 0.49
Hex B7 48 45 0 3D 3E 1C 2 2D 31
Octal 267 110 105 0 75 76 34 2 55 61
Binary 10110111 1001000 1000101 0 111101 111110 11100 10 101101 110001

Color Harmonies of #B74845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74845

Black with #B74845

Text Example


Text Example

White with #B74845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74845; }

 p { color: rgb(183,72,69); }

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

background-color css

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

 a { background-color: rgb(183,72,69); }

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

border-color css

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

 span { border-color: rgb(183,72,69); }

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