Html Css Color HEX #BC6231 Smoke Tree

📋 copy color: '#BC6231'

red 188 ◦ green 98 ◦ blue 49

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

Shades of Smoke Tree #BC6231

Tints of Smoke Tree #BC6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 56.12%
G = 29.25%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC6231 (or 0xBC6231) is known color: Smoke Tree. HEX triplet: BC, 62 and 31. RGB value is (188,98,49). Sum of RGB (Red+Green+Blue) = 188+98+49=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6231 is #439DCE. Grayscale: #777777. Windows color (decimal): -4431311 or 3236540. OLE color: 3236540.

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

Color convert

RGB 188 98 49 -
CMYK 0 0.48 0.74 0.26
HSL 21.15º 0.59% 0.46% -
HSV(B) 21.15º 0.74% 0.74% -
XYZ 25.66 19.65 5.35 -
YUV 119.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 188 98 49 0 0.48 0.74 0.26 21.15 0.59 0.46
Hex BC 62 31 0 30 4A 1A 15 3B 2E
Octal 274 142 61 0 60 112 32 25 73 56
Binary 10111100 1100010 110001 0 110000 1001010 11010 10101 111011 101110

Color Harmonies of #BC6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6231

Black with #BC6231

Text Example


Text Example

White with #BC6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6231; }

 p { color: rgb(188,98,49); }

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

background-color css

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

 a { background-color: rgb(188,98,49); }

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

border-color css

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

 span { border-color: rgb(188,98,49); }

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