Html Css Color HEX #BC6503 Tenne (Tawny)

📋 copy color: '#BC6503'

red 188 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6503

Tints of Tenne (Tawny) #BC6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 64.38%
G = 34.59%
B = 1.03%

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

#BC6503 (or 0xBC6503) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 03. RGB value is (188,101,3). Sum of RGB (Red+Green+Blue) = 188+101+3=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6503 is #439AFC. Grayscale: #747474. Windows color (decimal): -4430589 or 222652. OLE color: 222652.

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

Color convert

RGB 188 101 3 -
CMYK 0 0.46 0.98 0.26
HSL 31.78º 0.97% 0.37% -
HSV(B) 31.78º 0.98% 0.74% -
XYZ 25.41 20.01 2.61 -
YUV 115.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 188 101 3 0 0.46 0.98 0.26 31.78 0.97 0.37
Hex BC 65 3 0 2E 62 1A 20 61 25
Octal 274 145 3 0 56 142 32 40 141 45
Binary 10111100 1100101 11 0 101110 1100010 11010 100000 1100001 100101

Color Harmonies of #BC6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6503

Black with #BC6503

Text Example


Text Example

White with #BC6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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