Html Css Color HEX #BC5A32 Smoke Tree

📋 copy color: '#BC5A32'

red 188 ◦ green 90 ◦ blue 50

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

Shades of Smoke Tree #BC5A32

Tints of Smoke Tree #BC5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 57.32%
G = 27.44%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC5A32 (or 0xBC5A32) is known color: Smoke Tree. HEX triplet: BC, 5A and 32. RGB value is (188,90,50). Sum of RGB (Red+Green+Blue) = 188+90+50=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A32 is #43A5CD. Grayscale: #737373. Windows color (decimal): -4433358 or 3300028. OLE color: 3300028.

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

Color convert

RGB 188 90 50 -
CMYK 0 0.52 0.73 0.26
HSL 17.39º 0.58% 0.47% -
HSV(B) 17.39º 0.73% 0.74% -
XYZ 24.97 18.23 5.22 -
YUV 114.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 188 90 50 0 0.52 0.73 0.26 17.39 0.58 0.47
Hex BC 5A 32 0 34 49 1A 11 3A 2F
Octal 274 132 62 0 64 111 32 21 72 57
Binary 10111100 1011010 110010 0 110100 1001001 11010 10001 111010 101111

Color Harmonies of #BC5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A32

Black with #BC5A32

Text Example


Text Example

White with #BC5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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