Html Css Color HEX #BC6338 Smoke Tree

📋 copy color: '#BC6338'

red 188 ◦ green 99 ◦ blue 56

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

Shades of Smoke Tree #BC6338

Tints of Smoke Tree #BC6338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

 BLUE value IS 56 (22.27% from 255) = 16.33%

R = 54.81%
G = 28.86%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6338 (or 0xBC6338) is known color: Smoke Tree. HEX triplet: BC, 63 and 38. RGB value is (188,99,56). Sum of RGB (Red+Green+Blue) = 188+99+56=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6338 is #439CC7. Grayscale: #787878. Windows color (decimal): -4431048 or 3695548. OLE color: 3695548.

HSL color Cylindrical-coordinate representation of color #BC6338: hue angle of 19.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6338 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 56 -
CMYK 0 0.47 0.70 0.26
HSL 19.55º 0.54% 0.48% -
HSV(B) 19.55º 0.7% 0.74% -
XYZ 25.91 19.9 6.22 -
YUV 120.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 188 99 56 0 0.47 0.70 0.26 19.55 0.54 0.48
Hex BC 63 38 0 2F 46 1A 14 36 30
Octal 274 143 70 0 57 106 32 24 66 60
Binary 10111100 1100011 111000 0 101111 1000110 11010 10100 110110 110000

Color Harmonies of #BC6338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6338

Black with #BC6338

Text Example


Text Example

White with #BC6338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6338; }

 p { color: rgb(188,99,56); }

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

background-color css

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

 a { background-color: rgb(188,99,56); }

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

border-color css

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

 span { border-color: rgb(188,99,56); }

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