Html Css Color HEX #BC6007 Tenne (Tawny)

📋 copy color: '#BC6007'

red 188 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #BC6007

Tints of Tenne (Tawny) #BC6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 64.6%
G = 32.99%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6007 (or 0xBC6007) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 07. RGB value is (188,96,7). Sum of RGB (Red+Green+Blue) = 188+96+7=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6007 is #439FF8. Grayscale: #717171. Windows color (decimal): -4431865 or 483516. OLE color: 483516.

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

Color convert

RGB 188 96 7 -
CMYK 0 0.49 0.96 0.26
HSL 29.5º 0.93% 0.38% -
HSV(B) 29.5º 0.96% 0.74% -
XYZ 24.96 19.07 2.57 -
YUV 113.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 188 96 7 0 0.49 0.96 0.26 29.5 0.93 0.38
Hex BC 60 7 0 31 60 1A 1E 5D 26
Octal 274 140 7 0 61 140 32 36 135 46
Binary 10111100 1100000 111 0 110001 1100000 11010 11110 1011101 100110

Color Harmonies of #BC6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6007

Black with #BC6007

Text Example


Text Example

White with #BC6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6007; }

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

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

background-color css

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

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

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

border-color css

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

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

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