Html Css Color HEX #BC693A Smoke Tree

📋 copy color: '#BC693A'

red 188 ◦ green 105 ◦ blue 58

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

Shades of Smoke Tree #BC693A

Tints of Smoke Tree #BC693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 53.56%
G = 29.91%
B = 16.52%

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

#BC693A (or 0xBC693A) is known color: Smoke Tree. HEX triplet: BC, 69 and 3A. RGB value is (188,105,58). Sum of RGB (Red+Green+Blue) = 188+105+58=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC693A is #4396C5. Grayscale: #7C7C7C. Windows color (decimal): -4429510 or 3828156. OLE color: 3828156.

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

Color convert

RGB 188 105 58 -
CMYK 0 0.44 0.69 0.26
HSL 21.69º 0.53% 0.48% -
HSV(B) 21.69º 0.69% 0.74% -
XYZ 26.55 21.1 6.68 -
YUV 124.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 188 105 58 0 0.44 0.69 0.26 21.69 0.53 0.48
Hex BC 69 3A 0 2C 45 1A 16 35 30
Octal 274 151 72 0 54 105 32 26 65 60
Binary 10111100 1101001 111010 0 101100 1000101 11010 10110 110101 110000

Color Harmonies of #BC693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC693A

Black with #BC693A

Text Example


Text Example

White with #BC693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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