Html Css Color HEX #BC592C Smoke Tree

📋 copy color: '#BC592C'

red 188 ◦ green 89 ◦ blue 44

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

Shades of Smoke Tree #BC592C

Tints of Smoke Tree #BC592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 58.57%
G = 27.73%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC592C (or 0xBC592C) is known color: Smoke Tree. HEX triplet: BC, 59 and 2C. RGB value is (188,89,44). Sum of RGB (Red+Green+Blue) = 188+89+44=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC592C is #43A6D3. Grayscale: #717171. Windows color (decimal): -4433620 or 2906556. OLE color: 2906556.

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

Color convert

RGB 188 89 44 -
CMYK 0 0.53 0.77 0.26
HSL 18.75º 0.62% 0.45% -
HSV(B) 18.75º 0.77% 0.74% -
XYZ 24.77 18.02 4.56 -
YUV 113.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 188 89 44 0 0.53 0.77 0.26 18.75 0.62 0.45
Hex BC 59 2C 0 35 4D 1A 13 3E 2D
Octal 274 131 54 0 65 115 32 23 76 55
Binary 10111100 1011001 101100 0 110101 1001101 11010 10011 111110 101101

Color Harmonies of #BC592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC592C

Black with #BC592C

Text Example


Text Example

White with #BC592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC592C; }

 p { color: rgb(188,89,44); }

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

background-color css

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

 a { background-color: rgb(188,89,44); }

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

border-color css

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

 span { border-color: rgb(188,89,44); }

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