Html Css Color HEX #BC6037 Smoke Tree

📋 copy color: '#BC6037'

red 188 ◦ green 96 ◦ blue 55

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

Shades of Smoke Tree #BC6037

Tints of Smoke Tree #BC6037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 55.46%
G = 28.32%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6037 (or 0xBC6037) is known color: Smoke Tree. HEX triplet: BC, 60 and 37. RGB value is (188,96,55). Sum of RGB (Red+Green+Blue) = 188+96+55=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6037 is #439FC8. Grayscale: #777777. Windows color (decimal): -4431817 or 3629244. OLE color: 3629244.

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

Color convert

RGB 188 96 55 -
CMYK 0 0.49 0.71 0.26
HSL 18.5º 0.55% 0.48% -
HSV(B) 18.5º 0.71% 0.74% -
XYZ 25.61 19.33 6 -
YUV 118.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 188 96 55 0 0.49 0.71 0.26 18.5 0.55 0.48
Hex BC 60 37 0 31 47 1A 12 37 30
Octal 274 140 67 0 61 107 32 22 67 60
Binary 10111100 1100000 110111 0 110001 1000111 11010 10010 110111 110000

Color Harmonies of #BC6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6037

Black with #BC6037

Text Example


Text Example

White with #BC6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6037; }

 p { color: rgb(188,96,55); }

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

background-color css

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

 a { background-color: rgb(188,96,55); }

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

border-color css

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

 span { border-color: rgb(188,96,55); }

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