Html Css Color HEX #BC6130 Smoke Tree

📋 copy color: '#BC6130'

red 188 ◦ green 97 ◦ blue 48

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

Shades of Smoke Tree #BC6130

Tints of Smoke Tree #BC6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 56.46%
G = 29.13%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC6130 (or 0xBC6130) is known color: Smoke Tree. HEX triplet: BC, 61 and 30. RGB value is (188,97,48). Sum of RGB (Red+Green+Blue) = 188+97+48=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6130 is #439ECF. Grayscale: #767676. Windows color (decimal): -4431568 or 3170748. OLE color: 3170748.

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

Color convert

RGB 188 97 48 -
CMYK 0 0.48 0.74 0.26
HSL 21º 0.59% 0.46% -
HSV(B) 21º 0.74% 0.74% -
XYZ 25.55 19.45 5.2 -
YUV 118.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 188 97 48 0 0.48 0.74 0.26 21 0.59 0.46
Hex BC 61 30 0 30 4A 1A 15 3B 2E
Octal 274 141 60 0 60 112 32 25 73 56
Binary 10111100 1100001 110000 0 110000 1001010 11010 10101 111011 101110

Color Harmonies of #BC6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6130

Black with #BC6130

Text Example


Text Example

White with #BC6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6130; }

 p { color: rgb(188,97,48); }

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

background-color css

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

 a { background-color: rgb(188,97,48); }

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

border-color css

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

 span { border-color: rgb(188,97,48); }

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