Html Css Color HEX #BC4B3F Chestnut

📋 copy color: '#BC4B3F'

red 188 ◦ green 75 ◦ blue 63

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

Shades of Chestnut #BC4B3F

Tints of Chestnut #BC4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

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

R = 57.67%
G = 23.01%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC4B3F (or 0xBC4B3F) is known color: Chestnut. HEX triplet: BC, 4B and 3F. RGB value is (188,75,63). Sum of RGB (Red+Green+Blue) = 188+75+63=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B3F is #43B4C0. Grayscale: #6B6B6B. Windows color (decimal): -4437185 or 4148156. OLE color: 4148156.

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

Color convert

RGB 188 75 63 -
CMYK 0 0.60 0.66 0.26
HSL 5.76º 0.5% 0.49% -
HSV(B) 5.76º 0.66% 0.74% -
XYZ 24.15 16.08 6.53 -
YUV 107.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 188 75 63 0 0.60 0.66 0.26 5.76 0.5 0.49
Hex BC 4B 3F 0 3C 42 1A 6 32 31
Octal 274 113 77 0 74 102 32 6 62 61
Binary 10111100 1001011 111111 0 111100 1000010 11010 110 110010 110001

Color Harmonies of #BC4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B3F

Black with #BC4B3F

Text Example


Text Example

White with #BC4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B3F; }

 p { color: rgb(188,75,63); }

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

background-color css

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

 a { background-color: rgb(188,75,63); }

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

border-color css

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

 span { border-color: rgb(188,75,63); }

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