Html Css Color HEX #BC603D Smoke Tree

📋 copy color: '#BC603D'

red 188 ◦ green 96 ◦ blue 61

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

Shades of Smoke Tree #BC603D

Tints of Smoke Tree #BC603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 54.49%
G = 27.83%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC603D (or 0xBC603D) is known color: Smoke Tree. HEX triplet: BC, 60 and 3D. RGB value is (188,96,61). Sum of RGB (Red+Green+Blue) = 188+96+61=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC603D is #439FC2. Grayscale: #777777. Windows color (decimal): -4431811 or 4022460. OLE color: 4022460.

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

Color convert

RGB 188 96 61 -
CMYK 0 0.49 0.68 0.26
HSL 16.54º 0.51% 0.49% -
HSV(B) 16.54º 0.68% 0.74% -
XYZ 25.76 19.39 6.8 -
YUV 119.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 188 96 61 0 0.49 0.68 0.26 16.54 0.51 0.49
Hex BC 60 3D 0 31 44 1A 11 33 31
Octal 274 140 75 0 61 104 32 21 63 61
Binary 10111100 1100000 111101 0 110001 1000100 11010 10001 110011 110001

Color Harmonies of #BC603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC603D

Black with #BC603D

Text Example


Text Example

White with #BC603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC603D; }

 p { color: rgb(188,96,61); }

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

background-color css

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

 a { background-color: rgb(188,96,61); }

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

border-color css

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

 span { border-color: rgb(188,96,61); }

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