Html Css Color HEX #B74544 Chestnut

📋 copy color: '#B74544'

red 183 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #B74544

Tints of Chestnut #B74544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 57.19%
G = 21.56%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B74544 (or 0xB74544) is known color: Chestnut. HEX triplet: B7, 45 and 44. RGB value is (183,69,68). Sum of RGB (Red+Green+Blue) = 183+69+68=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B74544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74544 is #48BABB. Grayscale: #676767. Windows color (decimal): -4766396 or 4474295. OLE color: 4474295.

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

Color convert

RGB 183 69 68 -
CMYK 0 0.62 0.63 0.28
HSL 0.52º 0.46% 0.49% -
HSV(B) 0.52º 0.63% 0.72% -
XYZ 22.7 14.74 7.12 -
YUV 102.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 183 69 68 0 0.62 0.63 0.28 0.52 0.46 0.49
Hex B7 45 44 0 3E 3F 1C 1 2E 31
Octal 267 105 104 0 76 77 34 1 56 61
Binary 10110111 1000101 1000100 0 111110 111111 11100 1 101110 110001

Color Harmonies of #B74544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74544

Black with #B74544

Text Example


Text Example

White with #B74544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74544; }

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

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

background-color css

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

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

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

border-color css

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

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

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