Html Css Color HEX #BB443E Chestnut

📋 copy color: '#BB443E'

red 187 ◦ green 68 ◦ blue 62

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

Shades of Chestnut #BB443E

Tints of Chestnut #BB443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 58.99%
G = 21.45%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB443E (or 0xBB443E) is known color: Chestnut. HEX triplet: BB, 44 and 3E. RGB value is (187,68,62). Sum of RGB (Red+Green+Blue) = 187+68+62=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB443E is #44BBC1. Grayscale: #676767. Windows color (decimal): -4504514 or 4080827. OLE color: 4080827.

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

Color convert

RGB 187 68 62 -
CMYK 0 0.64 0.67 0.27
HSL 2.88º 0.5% 0.49% -
HSV(B) 2.88º 0.67% 0.73% -
XYZ 23.43 15.05 6.23 -
YUV 102.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 187 68 62 0 0.64 0.67 0.27 2.88 0.5 0.49
Hex BB 44 3E 0 40 43 1B 3 32 31
Octal 273 104 76 0 100 103 33 3 62 61
Binary 10111011 1000100 111110 0 1000000 1000011 11011 11 110010 110001

Color Harmonies of #BB443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB443E

Black with #BB443E

Text Example


Text Example

White with #BB443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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