Html Css Color HEX #BC6A04 Tenne (Tawny)

📋 copy color: '#BC6A04'

red 188 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #BC6A04

Tints of Tenne (Tawny) #BC6A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 63.09%
G = 35.57%
B = 1.34%

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

#BC6A04 (or 0xBC6A04) is known color: Tenne (Tawny). HEX triplet: BC, 6A and 04. RGB value is (188,106,4). Sum of RGB (Red+Green+Blue) = 188+106+4=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A04 is #4395FB. Grayscale: #777777. Windows color (decimal): -4429308 or 289468. OLE color: 289468.

HSL color Cylindrical-coordinate representation of color #BC6A04: hue angle of 33.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC6A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 4 -
CMYK 0 0.44 0.98 0.26
HSL 33.26º 0.96% 0.38% -
HSV(B) 33.26º 0.98% 0.74% -
XYZ 25.91 21.01 2.8 -
YUV 118.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 188 106 4 0 0.44 0.98 0.26 33.26 0.96 0.38
Hex BC 6A 4 0 2C 62 1A 21 60 26
Octal 274 152 4 0 54 142 32 41 140 46
Binary 10111100 1101010 100 0 101100 1100010 11010 100001 1100000 100110

Color Harmonies of #BC6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A04

Black with #BC6A04

Text Example


Text Example

White with #BC6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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