Html Css Color HEX #BC6332 Smoke Tree

📋 copy color: '#BC6332'

red 188 ◦ green 99 ◦ blue 50

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

Shades of Smoke Tree #BC6332

Tints of Smoke Tree #BC6332

RGB

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

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

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

R = 55.79%
G = 29.38%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC6332 (or 0xBC6332) is known color: Smoke Tree. HEX triplet: BC, 63 and 32. RGB value is (188,99,50). Sum of RGB (Red+Green+Blue) = 188+99+50=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6332 is #439CCD. Grayscale: #787878. Windows color (decimal): -4431054 or 3302332. OLE color: 3302332.

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

Color convert

RGB 188 99 50 -
CMYK 0 0.47 0.73 0.26
HSL 21.3º 0.58% 0.47% -
HSV(B) 21.3º 0.73% 0.74% -
XYZ 25.78 19.85 5.49 -
YUV 120.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 188 99 50 0 0.47 0.73 0.26 21.3 0.58 0.47
Hex BC 63 32 0 2F 49 1A 15 3A 2F
Octal 274 143 62 0 57 111 32 25 72 57
Binary 10111100 1100011 110010 0 101111 1001001 11010 10101 111010 101111

Color Harmonies of #BC6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6332

Black with #BC6332

Text Example


Text Example

White with #BC6332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6332; }

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

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

background-color css

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

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

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

border-color css

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

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

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