Html Css Color HEX #BC6002 Tenne (Tawny)

📋 copy color: '#BC6002'

red 188 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #BC6002

Tints of Tenne (Tawny) #BC6002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 65.73%
G = 33.57%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6002 (or 0xBC6002) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 02. RGB value is (188,96,2). Sum of RGB (Red+Green+Blue) = 188+96+2=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6002 is #439FFD. Grayscale: #717171. Windows color (decimal): -4431870 or 155836. OLE color: 155836.

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

Color convert

RGB 188 96 2 -
CMYK 0 0.49 0.99 0.26
HSL 30.32º 0.98% 0.37% -
HSV(B) 30.32º 0.99% 0.74% -
XYZ 24.93 19.06 2.42 -
YUV 112.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 188 96 2 0 0.49 0.99 0.26 30.32 0.98 0.37
Hex BC 60 2 0 31 63 1A 1E 62 25
Octal 274 140 2 0 61 143 32 36 142 45
Binary 10111100 1100000 10 0 110001 1100011 11010 11110 1100010 100101

Color Harmonies of #BC6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6002

Black with #BC6002

Text Example


Text Example

White with #BC6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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