Html Css Color HEX #BC6508 Tenne (Tawny)

📋 copy color: '#BC6508'

red 188 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6508

Tints of Tenne (Tawny) #BC6508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 63.3%
G = 34.01%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6508 (or 0xBC6508) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 08. RGB value is (188,101,8). Sum of RGB (Red+Green+Blue) = 188+101+8=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6508 is #439AF7. Grayscale: #747474. Windows color (decimal): -4430584 or 550332. OLE color: 550332.

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

Color convert

RGB 188 101 8 -
CMYK 0 0.46 0.96 0.26
HSL 31º 0.92% 0.38% -
HSV(B) 31º 0.96% 0.74% -
XYZ 25.44 20.02 2.75 -
YUV 116.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 188 101 8 0 0.46 0.96 0.26 31 0.92 0.38
Hex BC 65 8 0 2E 60 1A 1F 5C 26
Octal 274 145 10 0 56 140 32 37 134 46
Binary 10111100 1100101 1000 0 101110 1100000 11010 11111 1011100 100110

Color Harmonies of #BC6508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6508

Black with #BC6508

Text Example


Text Example

White with #BC6508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6508; }

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

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

background-color css

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

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

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

border-color css

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

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

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