Html Css Color HEX #BC6309 Tenne (Tawny)

📋 copy color: '#BC6309'

red 188 ◦ green 99 ◦ blue 9

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

Shades of Tenne (Tawny) #BC6309

Tints of Tenne (Tawny) #BC6309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 63.51%
G = 33.45%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC6309 (or 0xBC6309) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 09. RGB value is (188,99,9). Sum of RGB (Red+Green+Blue) = 188+99+9=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6309 is #439CF6. Grayscale: #737373. Windows color (decimal): -4431095 or 615356. OLE color: 615356.

HSL color Cylindrical-coordinate representation of color #BC6309: hue angle of 30.17º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC6309 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 9 -
CMYK 0 0.47 0.95 0.26
HSL 30.17º 0.91% 0.39% -
HSV(B) 30.17º 0.95% 0.74% -
XYZ 25.25 19.63 2.72 -
YUV 115.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 188 99 9 0 0.47 0.95 0.26 30.17 0.91 0.39
Hex BC 63 9 0 2F 5F 1A 1E 5B 27
Octal 274 143 11 0 57 137 32 36 133 47
Binary 10111100 1100011 1001 0 101111 1011111 11010 11110 1011011 100111

Color Harmonies of #BC6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6309

Black with #BC6309

Text Example


Text Example

White with #BC6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6309; }

 p { color: rgb(188,99,9); }

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

background-color css

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

 a { background-color: rgb(188,99,9); }

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

border-color css

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

 span { border-color: rgb(188,99,9); }

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