Html Css Color HEX #BC6603 Tenne (Tawny)

📋 copy color: '#BC6603'

red 188 ◦ green 102 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6603

Tints of Tenne (Tawny) #BC6603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 64.16%
G = 34.81%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6603 (or 0xBC6603) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 03. RGB value is (188,102,3). Sum of RGB (Red+Green+Blue) = 188+102+3=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6603 is #4399FC. Grayscale: #747474. Windows color (decimal): -4430333 or 222908. OLE color: 222908.

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

Color convert

RGB 188 102 3 -
CMYK 0 0.46 0.98 0.26
HSL 32.11º 0.97% 0.37% -
HSV(B) 32.11º 0.98% 0.74% -
XYZ 25.51 20.2 2.64 -
YUV 116.43 63.99 179.05 -
System Red Green Blue C M Y K H S L
Decimal 188 102 3 0 0.46 0.98 0.26 32.11 0.97 0.37
Hex BC 66 3 0 2E 62 1A 20 61 25
Octal 274 146 3 0 56 142 32 40 141 45
Binary 10111100 1100110 11 0 101110 1100010 11010 100000 1100001 100101

Color Harmonies of #BC6603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6603

Black with #BC6603

Text Example


Text Example

White with #BC6603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6603; }

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

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

background-color css

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

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

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

border-color css

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

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

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