#BB4341

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

Shades of Chestnut #BB4341

Tints of Chestnut #BB4341

Color information

#BB4341 (or 0xBB4341) is unknown color: approx Chestnut. HEX triplet: BB, 43 and 41. RGB value is (187,67,65). Sum of RGB (Red+Green+Blue) = 187+67+65=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4341 is #44BCBE. Grayscale: #666666. Windows color (decimal): -4504767 or 4277179. OLE color: 4277179.

HSL color Cylindrical-coordinate representation of color #BB4341: hue angle of 0.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4341 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1876765-
CMYK00.640.650.27
HSL0.98º48.41%49.41%-
HSV(B)0.98º65.24%73.33%-
XYZ23.4514.966.65-
YUV102.65106.76188.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=58.62%
G=21.00%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187676500.640.650.270.9848.4149.41
HexBB4341040411B13031
Octal27310310101001013316061
Binary1011101110000111000001010000001000001110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4341; }

 p { color: rgb(187,67,65); }

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

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

 a { background-color: rgb(187,67,65); }

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

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

 span { border-color: rgb(187,67,65); }

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