Html Css Color HEX #BC6904 Tenne (Tawny)

📋 copy color: '#BC6904'

red 188 ◦ green 105 ◦ blue 4

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

Shades of Tenne (Tawny) #BC6904

Tints of Tenne (Tawny) #BC6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 63.3%
G = 35.35%
B = 1.35%

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

#BC6904 (or 0xBC6904) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 04. RGB value is (188,105,4). Sum of RGB (Red+Green+Blue) = 188+105+4=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6904 is #4396FB. Grayscale: #767676. Windows color (decimal): -4429564 or 289212. OLE color: 289212.

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

Color convert

RGB 188 105 4 -
CMYK 0 0.44 0.98 0.26
HSL 32.93º 0.96% 0.38% -
HSV(B) 32.93º 0.98% 0.74% -
XYZ 25.81 20.8 2.77 -
YUV 118.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 188 105 4 0 0.44 0.98 0.26 32.93 0.96 0.38
Hex BC 69 4 0 2C 62 1A 21 60 26
Octal 274 151 4 0 54 142 32 41 140 46
Binary 10111100 1101001 100 0 101100 1100010 11010 100001 1100000 100110

Color Harmonies of #BC6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6904

Black with #BC6904

Text Example


Text Example

White with #BC6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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