Html Css Color HEX #BC6233 Smoke Tree

📋 copy color: '#BC6233'

red 188 ◦ green 98 ◦ blue 51

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

Shades of Smoke Tree #BC6233

Tints of Smoke Tree #BC6233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 55.79%
G = 29.08%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC6233 (or 0xBC6233) is known color: Smoke Tree. HEX triplet: BC, 62 and 33. RGB value is (188,98,51). Sum of RGB (Red+Green+Blue) = 188+98+51=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6233 is #439DCC. Grayscale: #777777. Windows color (decimal): -4431309 or 3367612. OLE color: 3367612.

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

Color convert

RGB 188 98 51 -
CMYK 0 0.48 0.73 0.26
HSL 20.58º 0.57% 0.47% -
HSV(B) 20.58º 0.73% 0.74% -
XYZ 25.7 19.67 5.57 -
YUV 119.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 188 98 51 0 0.48 0.73 0.26 20.58 0.57 0.47
Hex BC 62 33 0 30 49 1A 15 39 2F
Octal 274 142 63 0 60 111 32 25 71 57
Binary 10111100 1100010 110011 0 110000 1001001 11010 10101 111001 101111

Color Harmonies of #BC6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6233

Black with #BC6233

Text Example


Text Example

White with #BC6233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6233; }

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

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

background-color css

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

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

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

border-color css

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

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

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