Html Css Color HEX #BC4342 Chestnut

📋 copy color: '#BC4342'

red 188 ◦ green 67 ◦ blue 66

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

Shades of Chestnut #BC4342

Tints of Chestnut #BC4342

RGB

 RED value IS 188 (73.83% from 255) = 58.57%

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

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 58.57%
G = 20.87%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4342 (or 0xBC4342) is known color: Chestnut. HEX triplet: BC, 43 and 42. RGB value is (188,67,66). Sum of RGB (Red+Green+Blue) = 188+67+66=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4342 is #43BCBD. Grayscale: #676767. Windows color (decimal): -4439230 or 4342716. OLE color: 4342716.

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

Color convert

RGB 188 67 66 -
CMYK 0 0.64 0.65 0.26
HSL 0.49º 0.48% 0.5% -
HSV(B) 0.49º 0.65% 0.74% -
XYZ 23.73 15.1 6.82 -
YUV 103.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 188 67 66 0 0.64 0.65 0.26 0.49 0.48 0.5
Hex BC 43 42 0 40 41 1A 0 30 32
Octal 274 103 102 0 100 101 32 0 60 62
Binary 10111100 1000011 1000010 0 1000000 1000001 11010 0 110000 110010

Color Harmonies of #BC4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4342

Black with #BC4342

Text Example


Text Example

White with #BC4342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4342; }

 p { color: rgb(188,67,66); }

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

background-color css

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

 a { background-color: rgb(188,67,66); }

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

border-color css

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

 span { border-color: rgb(188,67,66); }

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