Html Css Color HEX #BC693B Smoke Tree

📋 copy color: '#BC693B'

red 188 ◦ green 105 ◦ blue 59

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

Shades of Smoke Tree #BC693B

Tints of Smoke Tree #BC693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.76%

R = 53.41%
G = 29.83%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC693B (or 0xBC693B) is known color: Smoke Tree. HEX triplet: BC, 69 and 3B. RGB value is (188,105,59). Sum of RGB (Red+Green+Blue) = 188+105+59=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC693B is #4396C4. Grayscale: #7C7C7C. Windows color (decimal): -4429509 or 3893692. OLE color: 3893692.

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

Color convert

RGB 188 105 59 -
CMYK 0 0.44 0.69 0.26
HSL 21.4º 0.52% 0.48% -
HSV(B) 21.4º 0.69% 0.74% -
XYZ 26.58 21.11 6.81 -
YUV 124.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 188 105 59 0 0.44 0.69 0.26 21.4 0.52 0.48
Hex BC 69 3B 0 2C 45 1A 15 34 30
Octal 274 151 73 0 54 105 32 25 64 60
Binary 10111100 1101001 111011 0 101100 1000101 11010 10101 110100 110000

Color Harmonies of #BC693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC693B

Black with #BC693B

Text Example


Text Example

White with #BC693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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