Html Css Color HEX #BB4443 Chestnut

📋 copy color: '#BB4443'

red 187 ◦ green 68 ◦ blue 67

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

Shades of Chestnut #BB4443

Tints of Chestnut #BB4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 58.07%
G = 21.12%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB4443 (or 0xBB4443) is known color: Chestnut. HEX triplet: BB, 44 and 43. RGB value is (187,68,67). Sum of RGB (Red+Green+Blue) = 187+68+67=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4443 is #44BBBC. Grayscale: #676767. Windows color (decimal): -4504509 or 4408507. OLE color: 4408507.

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

Color convert

RGB 187 68 67 -
CMYK 0 0.64 0.64 0.27
HSL 0.5º 0.47% 0.5% -
HSV(B) 0.5º 0.64% 0.73% -
XYZ 23.57 15.1 6.98 -
YUV 103.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 187 68 67 0 0.64 0.64 0.27 0.5 0.47 0.5
Hex BB 44 43 0 40 40 1B 0 2F 32
Octal 273 104 103 0 100 100 33 0 57 62
Binary 10111011 1000100 1000011 0 1000000 1000000 11011 0 101111 110010

Color Harmonies of #BB4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4443

Black with #BB4443

Text Example


Text Example

White with #BB4443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4443; }

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

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

background-color css

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

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

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

border-color css

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

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

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