Html Css Color HEX #BC6003 Tenne (Tawny)

📋 copy color: '#BC6003'

red 188 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6003

Tints of Tenne (Tawny) #BC6003

RGB

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

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

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

R = 65.51%
G = 33.45%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6003 (or 0xBC6003) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 03. RGB value is (188,96,3). Sum of RGB (Red+Green+Blue) = 188+96+3=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6003 is #439FFC. Grayscale: #717171. Windows color (decimal): -4431869 or 221372. OLE color: 221372.

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

Color convert

RGB 188 96 3 -
CMYK 0 0.49 0.98 0.26
HSL 30.16º 0.97% 0.37% -
HSV(B) 30.16º 0.98% 0.74% -
XYZ 24.94 19.06 2.45 -
YUV 112.91 65.98 181.56 -
System Red Green Blue C M Y K H S L
Decimal 188 96 3 0 0.49 0.98 0.26 30.16 0.97 0.37
Hex BC 60 3 0 31 62 1A 1E 61 25
Octal 274 140 3 0 61 142 32 36 141 45
Binary 10111100 1100000 11 0 110001 1100010 11010 11110 1100001 100101

Color Harmonies of #BC6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6003

Black with #BC6003

Text Example


Text Example

White with #BC6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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