Html Css Color HEX #BC6903 Tenne (Tawny)

📋 copy color: '#BC6903'

red 188 ◦ green 105 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6903

Tints of Tenne (Tawny) #BC6903

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 63.51%
G = 35.47%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6903 (or 0xBC6903) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 03. RGB value is (188,105,3). Sum of RGB (Red+Green+Blue) = 188+105+3=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6903 is #4396FC. Grayscale: #767676. Windows color (decimal): -4429565 or 223676. OLE color: 223676.

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

Color convert

RGB 188 105 3 -
CMYK 0 0.44 0.98 0.26
HSL 33.08º 0.97% 0.37% -
HSV(B) 33.08º 0.98% 0.74% -
XYZ 25.81 20.8 2.74 -
YUV 118.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 188 105 3 0 0.44 0.98 0.26 33.08 0.97 0.37
Hex BC 69 3 0 2C 62 1A 21 61 25
Octal 274 151 3 0 54 142 32 41 141 45
Binary 10111100 1101001 11 0 101100 1100010 11010 100001 1100001 100101

Color Harmonies of #BC6903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6903

Black with #BC6903

Text Example


Text Example

White with #BC6903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6903; }

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

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

background-color css

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

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

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

border-color css

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

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

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