#B74C4B

Color #B74C4B Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B74C4B

Tints of Chestnut #B74C4B

Color information

#B74C4B (or 0xB74C4B) is unknown color: approx Chestnut. HEX triplet: B7, 4C and 4B. RGB value is (183,76,75). Sum of RGB (Red+Green+Blue) = 183+76+75=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C4B is #48B3B4. Grayscale: #6B6B6B. Windows color (decimal): -4764597 or 4934839. OLE color: 4934839.

HSL color Cylindrical-coordinate representation of color #B74C4B: hue angle of 0.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74C4B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1837675-
CMYK00.580.590.28
HSL0.56º42.86%50.59%-
HSV(B)0.56º59.02%71.76%-
XYZ23.3815.748.46-
YUV107.88109.45181.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=54.79%
G=22.75%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183767500.580.590.280.5642.8650.59
HexB74C4B03A3B1C12b33
Octal267114113072733415363
Binary10110111100110010010110111010111011111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C4B; }

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

 H1.HeaderClassName
 {
   color: #B74C4B;
 }
 .AnyTagClassName
 {
   color: #B74C4B;
 }
</style>
background-color css

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

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

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

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

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

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