Html Css Color HEX #BC693C Smoke Tree

📋 copy color: '#BC693C'

red 188 ◦ green 105 ◦ blue 60

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

Shades of Smoke Tree #BC693C

Tints of Smoke Tree #BC693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 53.26%
G = 29.75%
B = 17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC693C (or 0xBC693C) is known color: Smoke Tree. HEX triplet: BC, 69 and 3C. RGB value is (188,105,60). Sum of RGB (Red+Green+Blue) = 188+105+60=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC693C is #4396C3. Grayscale: #7C7C7C. Windows color (decimal): -4429508 or 3959228. OLE color: 3959228.

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

Color convert

RGB 188 105 60 -
CMYK 0 0.44 0.68 0.26
HSL 21.09º 0.52% 0.49% -
HSV(B) 21.09º 0.68% 0.74% -
XYZ 26.61 21.12 6.95 -
YUV 124.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 188 105 60 0 0.44 0.68 0.26 21.09 0.52 0.49
Hex BC 69 3C 0 2C 44 1A 15 34 31
Octal 274 151 74 0 54 104 32 25 64 61
Binary 10111100 1101001 111100 0 101100 1000100 11010 10101 110100 110001

Color Harmonies of #BC693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC693C

Black with #BC693C

Text Example


Text Example

White with #BC693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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