Html Css Color HEX #BC6308 Tenne (Tawny)

📋 copy color: '#BC6308'

red 188 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6308

Tints of Tenne (Tawny) #BC6308

RGB

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

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

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

R = 63.73%
G = 33.56%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6308 (or 0xBC6308) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 08. RGB value is (188,99,8). Sum of RGB (Red+Green+Blue) = 188+99+8=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6308 is #439CF7. Grayscale: #737373. Windows color (decimal): -4431096 or 549820. OLE color: 549820.

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

Color convert

RGB 188 99 8 -
CMYK 0 0.47 0.96 0.26
HSL 30.33º 0.92% 0.38% -
HSV(B) 30.33º 0.96% 0.74% -
XYZ 25.24 19.63 2.69 -
YUV 115.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 188 99 8 0 0.47 0.96 0.26 30.33 0.92 0.38
Hex BC 63 8 0 2F 60 1A 1E 5C 26
Octal 274 143 10 0 57 140 32 36 134 46
Binary 10111100 1100011 1000 0 101111 1100000 11010 11110 1011100 100110

Color Harmonies of #BC6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6308

Black with #BC6308

Text Example


Text Example

White with #BC6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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