Html Css Color HEX #BC6602 Tenne (Tawny)

📋 copy color: '#BC6602'

red 188 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #BC6602

Tints of Tenne (Tawny) #BC6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 64.38%
G = 34.93%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6602 (or 0xBC6602) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 02. RGB value is (188,102,2). Sum of RGB (Red+Green+Blue) = 188+102+2=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6602 is #4399FD. Grayscale: #747474. Windows color (decimal): -4430334 or 157372. OLE color: 157372.

HSL color Cylindrical-coordinate representation of color #BC6602: hue angle of 32.26º 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 #BC6602 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 2 -
CMYK 0 0.46 0.99 0.26
HSL 32.26º 0.98% 0.37% -
HSV(B) 32.26º 0.99% 0.74% -
XYZ 25.5 20.2 2.61 -
YUV 116.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 188 102 2 0 0.46 0.99 0.26 32.26 0.98 0.37
Hex BC 66 2 0 2E 63 1A 20 62 25
Octal 274 146 2 0 56 143 32 40 142 45
Binary 10111100 1100110 10 0 101110 1100011 11010 100000 1100010 100101

Color Harmonies of #BC6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6602

Black with #BC6602

Text Example


Text Example

White with #BC6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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