Html Css Color HEX #BC6000 Tenne (Tawny)

📋 copy color: '#BC6000'

red 188 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6000

Tints of Tenne (Tawny) #BC6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.2%
G = 33.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6000 (or 0xBC6000) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 00. RGB value is (188,96,0). Sum of RGB (Red+Green+Blue) = 188+96+0=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6000 is #439FFF. Grayscale: #717171. Windows color (decimal): -4431872 or 24764. OLE color: 24764.

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

Color convert

RGB 188 96 0 -
CMYK 0 0.49 1 0.26
HSL 30.64º 1% 0.37% -
HSV(B) 30.64º 1% 0.74% -
XYZ 24.92 19.06 2.36 -
YUV 112.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 188 96 0 0 0.49 1 0.26 30.64 1 0.37
Hex BC 60 0 0 31 64 1A 1F 64 25
Octal 274 140 0 0 61 144 32 37 144 45
Binary 10111100 1100000 0 0 110001 1100100 11010 11111 1100100 100101

Color Harmonies of #BC6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6000

Black with #BC6000

Text Example


Text Example

White with #BC6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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