Html Css Color HEX #BC6A00 Tenne (Tawny)

📋 copy color: '#BC6A00'

red 188 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6A00

Tints of Tenne (Tawny) #BC6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 63.95%
G = 36.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6A00 (or 0xBC6A00) is known color: Tenne (Tawny). HEX triplet: BC, 6A and 00. RGB value is (188,106,0). Sum of RGB (Red+Green+Blue) = 188+106+0=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A00 is #4395FF. Grayscale: #767676. Windows color (decimal): -4429312 or 27324. OLE color: 27324.

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

Color convert

RGB 188 106 0 -
CMYK 0 0.44 1 0.26
HSL 33.83º 1% 0.37% -
HSV(B) 33.83º 1% 0.74% -
XYZ 25.89 21 2.69 -
YUV 118.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 188 106 0 0 0.44 1 0.26 33.83 1 0.37
Hex BC 6A 0 0 2C 64 1A 22 64 25
Octal 274 152 0 0 54 144 32 42 144 45
Binary 10111100 1101010 0 0 101100 1100100 11010 100010 1100100 100101

Color Harmonies of #BC6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A00

Black with #BC6A00

Text Example


Text Example

White with #BC6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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