Html Css Color HEX #B74945 Chestnut

📋 copy color: '#B74945'

red 183 ◦ green 73 ◦ blue 69

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

Shades of Chestnut #B74945

Tints of Chestnut #B74945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 56.31%
G = 22.46%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74945 (or 0xB74945) is known color: Chestnut. HEX triplet: B7, 49 and 45. RGB value is (183,73,69). Sum of RGB (Red+Green+Blue) = 183+73+69=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74945 is #48B6BA. Grayscale: #696969. Windows color (decimal): -4765371 or 4540855. OLE color: 4540855.

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

Color convert

RGB 183 73 69 -
CMYK 0 0.60 0.62 0.28
HSL 2.11º 0.45% 0.49% -
HSV(B) 2.11º 0.62% 0.72% -
XYZ 22.99 15.26 7.36 -
YUV 105.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 183 73 69 0 0.60 0.62 0.28 2.11 0.45 0.49
Hex B7 49 45 0 3C 3E 1C 2 2D 31
Octal 267 111 105 0 74 76 34 2 55 61
Binary 10110111 1001001 1000101 0 111100 111110 11100 10 101101 110001

Color Harmonies of #B74945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74945

Black with #B74945

Text Example


Text Example

White with #B74945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74945; }

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

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

background-color css

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

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

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

border-color css

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

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

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