Html Css Color HEX #B74C45 Chestnut

📋 copy color: '#B74C45'

red 183 ◦ green 76 ◦ blue 69

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

Shades of Chestnut #B74C45

Tints of Chestnut #B74C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

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

R = 55.79%
G = 23.17%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74C45 (or 0xB74C45) is known color: Chestnut. HEX triplet: B7, 4C and 45. RGB value is (183,76,69). Sum of RGB (Red+Green+Blue) = 183+76+69=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C45 is #48B3BA. Grayscale: #6B6B6B. Windows color (decimal): -4764603 or 4541623. OLE color: 4541623.

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

Color convert

RGB 183 76 69 -
CMYK 0 0.58 0.62 0.28
HSL 3.68º 0.45% 0.49% -
HSV(B) 3.68º 0.62% 0.72% -
XYZ 23.19 15.67 7.43 -
YUV 107.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 183 76 69 0 0.58 0.62 0.28 3.68 0.45 0.49
Hex B7 4C 45 0 3A 3E 1C 4 2D 31
Octal 267 114 105 0 72 76 34 4 55 61
Binary 10110111 1001100 1000101 0 111010 111110 11100 100 101101 110001

Color Harmonies of #B74C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C45

Black with #B74C45

Text Example


Text Example

White with #B74C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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