Html Css Color HEX #BC602F Smoke Tree

📋 copy color: '#BC602F'

red 188 ◦ green 96 ◦ blue 47

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

Shades of Smoke Tree #BC602F

Tints of Smoke Tree #BC602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 56.8%
G = 29%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC602F (or 0xBC602F) is known color: Smoke Tree. HEX triplet: BC, 60 and 2F. RGB value is (188,96,47). Sum of RGB (Red+Green+Blue) = 188+96+47=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC602F is #439FD0. Grayscale: #767676. Windows color (decimal): -4431825 or 3104956. OLE color: 3104956.

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

Color convert

RGB 188 96 47 -
CMYK 0 0.49 0.75 0.26
HSL 20.85º 0.6% 0.46% -
HSV(B) 20.85º 0.75% 0.74% -
XYZ 25.44 19.26 5.07 -
YUV 117.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 188 96 47 0 0.49 0.75 0.26 20.85 0.6 0.46
Hex BC 60 2F 0 31 4B 1A 15 3C 2E
Octal 274 140 57 0 61 113 32 25 74 56
Binary 10111100 1100000 101111 0 110001 1001011 11010 10101 111100 101110

Color Harmonies of #BC602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC602F

Black with #BC602F

Text Example


Text Example

White with #BC602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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