Html Css Color HEX #BC603E Smoke Tree

📋 copy color: '#BC603E'

red 188 ◦ green 96 ◦ blue 62

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

Shades of Smoke Tree #BC603E

Tints of Smoke Tree #BC603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 54.34%
G = 27.75%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC603E (or 0xBC603E) is known color: Smoke Tree. HEX triplet: BC, 60 and 3E. RGB value is (188,96,62). Sum of RGB (Red+Green+Blue) = 188+96+62=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC603E is #439FC1. Grayscale: #777777. Windows color (decimal): -4431810 or 4087996. OLE color: 4087996.

HSL color Cylindrical-coordinate representation of color #BC603E: hue angle of 16.19º 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 #BC603E is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 62 -
CMYK 0 0.49 0.67 0.26
HSL 16.19º 0.5% 0.49% -
HSV(B) 16.19º 0.67% 0.74% -
XYZ 25.79 19.4 6.94 -
YUV 119.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 188 96 62 0 0.49 0.67 0.26 16.19 0.5 0.49
Hex BC 60 3E 0 31 43 1A 10 32 31
Octal 274 140 76 0 61 103 32 20 62 61
Binary 10111100 1100000 111110 0 110001 1000011 11010 10000 110010 110001

Color Harmonies of #BC603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC603E

Black with #BC603E

Text Example


Text Example

White with #BC603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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