Html Css Color HEX #BC653A Smoke Tree

📋 copy color: '#BC653A'

red 188 ◦ green 101 ◦ blue 58

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

Shades of Smoke Tree #BC653A

Tints of Smoke Tree #BC653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 54.18%
G = 29.11%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC653A (or 0xBC653A) is known color: Smoke Tree. HEX triplet: BC, 65 and 3A. RGB value is (188,101,58). Sum of RGB (Red+Green+Blue) = 188+101+58=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653A is #439AC5. Grayscale: #7A7A7A. Windows color (decimal): -4430534 or 3827132. OLE color: 3827132.

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

Color convert

RGB 188 101 58 -
CMYK 0 0.46 0.69 0.26
HSL 19.85º 0.53% 0.48% -
HSV(B) 19.85º 0.69% 0.74% -
XYZ 26.16 20.3 6.54 -
YUV 122.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 188 101 58 0 0.46 0.69 0.26 19.85 0.53 0.48
Hex BC 65 3A 0 2E 45 1A 14 35 30
Octal 274 145 72 0 56 105 32 24 65 60
Binary 10111100 1100101 111010 0 101110 1000101 11010 10100 110101 110000

Color Harmonies of #BC653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC653A

Black with #BC653A

Text Example


Text Example

White with #BC653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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