Html Css Color HEX #BC603B Smoke Tree

📋 copy color: '#BC603B'

red 188 ◦ green 96 ◦ blue 59

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

Shades of Smoke Tree #BC603B

Tints of Smoke Tree #BC603B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 54.81%
G = 27.99%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC603B (or 0xBC603B) is known color: Smoke Tree. HEX triplet: BC, 60 and 3B. RGB value is (188,96,59). Sum of RGB (Red+Green+Blue) = 188+96+59=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC603B is #439FC4. Grayscale: #777777. Windows color (decimal): -4431813 or 3891388. OLE color: 3891388.

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

Color convert

RGB 188 96 59 -
CMYK 0 0.49 0.69 0.26
HSL 17.21º 0.52% 0.48% -
HSV(B) 17.21º 0.69% 0.74% -
XYZ 25.71 19.37 6.52 -
YUV 119.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 188 96 59 0 0.49 0.69 0.26 17.21 0.52 0.48
Hex BC 60 3B 0 31 45 1A 11 34 30
Octal 274 140 73 0 61 105 32 21 64 60
Binary 10111100 1100000 111011 0 110001 1000101 11010 10001 110100 110000

Color Harmonies of #BC603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC603B

Black with #BC603B

Text Example


Text Example

White with #BC603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC603B; }

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

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

background-color css

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

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

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

border-color css

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

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

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