Html Css Color HEX #BC483E Chestnut

📋 copy color: '#BC483E'

red 188 ◦ green 72 ◦ blue 62

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

Shades of Chestnut #BC483E

Tints of Chestnut #BC483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

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

R = 58.39%
G = 22.36%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC483E (or 0xBC483E) is known color: Chestnut. HEX triplet: BC, 48 and 3E. RGB value is (188,72,62). Sum of RGB (Red+Green+Blue) = 188+72+62=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC483E is #43B7C1. Grayscale: #696969. Windows color (decimal): -4437954 or 4081852. OLE color: 4081852.

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

Color convert

RGB 188 72 62 -
CMYK 0 0.62 0.67 0.26
HSL 4.76º 0.5% 0.49% -
HSV(B) 4.76º 0.67% 0.74% -
XYZ 23.93 15.67 6.32 -
YUV 105.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 188 72 62 0 0.62 0.67 0.26 4.76 0.5 0.49
Hex BC 48 3E 0 3E 43 1A 5 32 31
Octal 274 110 76 0 76 103 32 5 62 61
Binary 10111100 1001000 111110 0 111110 1000011 11010 101 110010 110001

Color Harmonies of #BC483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC483E

Black with #BC483E

Text Example


Text Example

White with #BC483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC483E; }

 p { color: rgb(188,72,62); }

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

background-color css

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

 a { background-color: rgb(188,72,62); }

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

border-color css

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

 span { border-color: rgb(188,72,62); }

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