Html Css Color HEX #BC6232 Smoke Tree

📋 copy color: '#BC6232'

red 188 ◦ green 98 ◦ blue 50

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

Shades of Smoke Tree #BC6232

Tints of Smoke Tree #BC6232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 55.95%
G = 29.17%
B = 14.88%

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

#BC6232 (or 0xBC6232) is known color: Smoke Tree. HEX triplet: BC, 62 and 32. RGB value is (188,98,50). Sum of RGB (Red+Green+Blue) = 188+98+50=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6232 is #439DCD. Grayscale: #777777. Windows color (decimal): -4431310 or 3302076. OLE color: 3302076.

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

Color convert

RGB 188 98 50 -
CMYK 0 0.48 0.73 0.26
HSL 20.87º 0.58% 0.47% -
HSV(B) 20.87º 0.73% 0.74% -
XYZ 25.68 19.66 5.46 -
YUV 119.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 188 98 50 0 0.48 0.73 0.26 20.87 0.58 0.47
Hex BC 62 32 0 30 49 1A 15 3A 2F
Octal 274 142 62 0 60 111 32 25 72 57
Binary 10111100 1100010 110010 0 110000 1001001 11010 10101 111010 101111

Color Harmonies of #BC6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6232

Black with #BC6232

Text Example


Text Example

White with #BC6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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