Html Css Color HEX #BB4340 Chestnut

📋 copy color: '#BB4340'

red 187 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #BB4340

Tints of Chestnut #BB4340

RGB

 RED value IS 187 (73.44% from 255) = 58.81%

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 58.81%
G = 21.07%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4340 (or 0xBB4340) is known color: Chestnut. HEX triplet: BB, 43 and 40. RGB value is (187,67,64). Sum of RGB (Red+Green+Blue) = 187+67+64=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4340 is #44BCBF. Grayscale: #666666. Windows color (decimal): -4504768 or 4211643. OLE color: 4211643.

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

Color convert

RGB 187 67 64 -
CMYK 0 0.64 0.66 0.27
HSL 1.46º 0.49% 0.49% -
HSV(B) 1.46º 0.66% 0.73% -
XYZ 23.43 14.95 6.5 -
YUV 102.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 187 67 64 0 0.64 0.66 0.27 1.46 0.49 0.49
Hex BB 43 40 0 40 42 1B 1 31 31
Octal 273 103 100 0 100 102 33 1 61 61
Binary 10111011 1000011 1000000 0 1000000 1000010 11011 1 110001 110001

Color Harmonies of #BB4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4340

Black with #BB4340

Text Example


Text Example

White with #BB4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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