Html Css Color HEX #BC6907 Tenne (Tawny)

📋 copy color: '#BC6907'

red 188 ◦ green 105 ◦ blue 7

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

Shades of Tenne (Tawny) #BC6907

Tints of Tenne (Tawny) #BC6907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 62.67%
G = 35%
B = 2.33%

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

#BC6907 (or 0xBC6907) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 07. RGB value is (188,105,7). Sum of RGB (Red+Green+Blue) = 188+105+7=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6907 is #4396F8. Grayscale: #777777. Windows color (decimal): -4429561 or 485820. OLE color: 485820.

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

Color convert

RGB 188 105 7 -
CMYK 0 0.44 0.96 0.26
HSL 32.49º 0.93% 0.38% -
HSV(B) 32.49º 0.96% 0.74% -
XYZ 25.83 20.81 2.86 -
YUV 118.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 188 105 7 0 0.44 0.96 0.26 32.49 0.93 0.38
Hex BC 69 7 0 2C 60 1A 20 5D 26
Octal 274 151 7 0 54 140 32 40 135 46
Binary 10111100 1101001 111 0 101100 1100000 11010 100000 1011101 100110

Color Harmonies of #BC6907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6907

Black with #BC6907

Text Example


Text Example

White with #BC6907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6907; }

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

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

background-color css

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

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

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

border-color css

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

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

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