Html Css Color HEX #BC613A Smoke Tree

📋 copy color: '#BC613A'

red 188 ◦ green 97 ◦ blue 58

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

Shades of Smoke Tree #BC613A

Tints of Smoke Tree #BC613A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

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

R = 54.81%
G = 28.28%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC613A (or 0xBC613A) is known color: Smoke Tree. HEX triplet: BC, 61 and 3A. RGB value is (188,97,58). Sum of RGB (Red+Green+Blue) = 188+97+58=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC613A is #439EC5. Grayscale: #787878. Windows color (decimal): -4431558 or 3826108. OLE color: 3826108.

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

Color convert

RGB 188 97 58 -
CMYK 0 0.48 0.69 0.26
HSL 18º 0.53% 0.48% -
HSV(B) 18º 0.69% 0.74% -
XYZ 25.78 19.55 6.42 -
YUV 119.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 188 97 58 0 0.48 0.69 0.26 18 0.53 0.48
Hex BC 61 3A 0 30 45 1A 12 35 30
Octal 274 141 72 0 60 105 32 22 65 60
Binary 10111100 1100001 111010 0 110000 1000101 11010 10010 110101 110000

Color Harmonies of #BC613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC613A

Black with #BC613A

Text Example


Text Example

White with #BC613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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