Html Css Color HEX #BB423F Chestnut

📋 copy color: '#BB423F'

red 187 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #BB423F

Tints of Chestnut #BB423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 59.18%
G = 20.89%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB423F (or 0xBB423F) is known color: Chestnut. HEX triplet: BB, 42 and 3F. RGB value is (187,66,63). Sum of RGB (Red+Green+Blue) = 187+66+63=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB423F is #44BDC0. Grayscale: #656565. Windows color (decimal): -4505025 or 4145851. OLE color: 4145851.

HSL color Cylindrical-coordinate representation of color #BB423F: hue angle of 1.45º degrees, saturation: 0.5, 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 #BB423F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 63 -
CMYK 0 0.65 0.66 0.27
HSL 1.45º 0.5% 0.49% -
HSV(B) 1.45º 0.66% 0.73% -
XYZ 23.34 14.82 6.33 -
YUV 101.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 187 66 63 0 0.65 0.66 0.27 1.45 0.5 0.49
Hex BB 42 3F 0 41 42 1B 1 32 31
Octal 273 102 77 0 101 102 33 1 62 61
Binary 10111011 1000010 111111 0 1000001 1000010 11011 1 110010 110001

Color Harmonies of #BB423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB423F

Black with #BB423F

Text Example


Text Example

White with #BB423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB423F; }

 p { color: rgb(187,66,63); }

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

background-color css

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

 a { background-color: rgb(187,66,63); }

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

border-color css

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

 span { border-color: rgb(187,66,63); }

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