Html Css Color HEX #BC623C Smoke Tree

📋 copy color: '#BC623C'

red 188 ◦ green 98 ◦ blue 60

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

Shades of Smoke Tree #BC623C

Tints of Smoke Tree #BC623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 54.34%
G = 28.32%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC623C (or 0xBC623C) is known color: Smoke Tree. HEX triplet: BC, 62 and 3C. RGB value is (188,98,60). Sum of RGB (Red+Green+Blue) = 188+98+60=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC623C is #439DC3. Grayscale: #787878. Windows color (decimal): -4431300 or 3957436. OLE color: 3957436.

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

Color convert

RGB 188 98 60 -
CMYK 0 0.48 0.68 0.26
HSL 17.81º 0.52% 0.49% -
HSV(B) 17.81º 0.68% 0.74% -
XYZ 25.92 19.75 6.72 -
YUV 120.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 188 98 60 0 0.48 0.68 0.26 17.81 0.52 0.49
Hex BC 62 3C 0 30 44 1A 12 34 31
Octal 274 142 74 0 60 104 32 22 64 61
Binary 10111100 1100010 111100 0 110000 1000100 11010 10010 110100 110001

Color Harmonies of #BC623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC623C

Black with #BC623C

Text Example


Text Example

White with #BC623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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