Html Css Color HEX #BC623E Smoke Tree

📋 copy color: '#BC623E'

red 188 ◦ green 98 ◦ blue 62

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

Shades of Smoke Tree #BC623E

Tints of Smoke Tree #BC623E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 54.02%
G = 28.16%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC623E (or 0xBC623E) is known color: Smoke Tree. HEX triplet: BC, 62 and 3E. RGB value is (188,98,62). Sum of RGB (Red+Green+Blue) = 188+98+62=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC623E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC623E is #439DC1. Grayscale: #797979. Windows color (decimal): -4431298 or 4088508. OLE color: 4088508.

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

Color convert

RGB 188 98 62 -
CMYK 0 0.48 0.67 0.26
HSL 17.14º 0.5% 0.49% -
HSV(B) 17.14º 0.67% 0.74% -
XYZ 25.98 19.77 7.01 -
YUV 120.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 188 98 62 0 0.48 0.67 0.26 17.14 0.5 0.49
Hex BC 62 3E 0 30 43 1A 11 32 31
Octal 274 142 76 0 60 103 32 21 62 61
Binary 10111100 1100010 111110 0 110000 1000011 11010 10001 110010 110001

Color Harmonies of #BC623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC623E

Black with #BC623E

Text Example


Text Example

White with #BC623E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC623E; }

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

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

background-color css

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

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

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

border-color css

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

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

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