Html Css Color HEX #BC6A08 Tenne (Tawny)

📋 copy color: '#BC6A08'

red 188 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6A08

Tints of Tenne (Tawny) #BC6A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.65%

R = 62.25%
G = 35.1%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6A08 (or 0xBC6A08) is known color: Tenne (Tawny). HEX triplet: BC, 6A and 08. RGB value is (188,106,8). Sum of RGB (Red+Green+Blue) = 188+106+8=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A08 is #4395F7. Grayscale: #777777. Windows color (decimal): -4429304 or 551612. OLE color: 551612.

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

Color convert

RGB 188 106 8 -
CMYK 0 0.44 0.96 0.26
HSL 32.67º 0.92% 0.38% -
HSV(B) 32.67º 0.96% 0.74% -
XYZ 25.94 21.02 2.92 -
YUV 119.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 188 106 8 0 0.44 0.96 0.26 32.67 0.92 0.38
Hex BC 6A 8 0 2C 60 1A 21 5C 26
Octal 274 152 10 0 54 140 32 41 134 46
Binary 10111100 1101010 1000 0 101100 1100000 11010 100001 1011100 100110

Color Harmonies of #BC6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A08

Black with #BC6A08

Text Example


Text Example

White with #BC6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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