Html Css Color HEX #BC623A Smoke Tree

📋 copy color: '#BC623A'

red 188 ◦ green 98 ◦ blue 58

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

Shades of Smoke Tree #BC623A

Tints of Smoke Tree #BC623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 54.65%
G = 28.49%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC623A (or 0xBC623A) is known color: Smoke Tree. HEX triplet: BC, 62 and 3A. RGB value is (188,98,58). Sum of RGB (Red+Green+Blue) = 188+98+58=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC623A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC623A is #439DC5. Grayscale: #787878. Windows color (decimal): -4431302 or 3826364. OLE color: 3826364.

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

Color convert

RGB 188 98 58 -
CMYK 0 0.48 0.69 0.26
HSL 18.46º 0.53% 0.48% -
HSV(B) 18.46º 0.69% 0.74% -
XYZ 25.87 19.73 6.45 -
YUV 120.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 188 98 58 0 0.48 0.69 0.26 18.46 0.53 0.48
Hex BC 62 3A 0 30 45 1A 12 35 30
Octal 274 142 72 0 60 105 32 22 65 60
Binary 10111100 1100010 111010 0 110000 1000101 11010 10010 110101 110000

Color Harmonies of #BC623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC623A

Black with #BC623A

Text Example


Text Example

White with #BC623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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