Html Css Color HEX #B9680C Tenne (Tawny)

📋 copy color: '#B9680C'

red 185 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #B9680C

Tints of Tenne (Tawny) #B9680C

RGB

 RED value IS 185 (72.66% from 255) = 61.46%

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 61.46%
G = 34.55%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9680C (or 0xB9680C) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 0C. RGB value is (185,104,12). Sum of RGB (Red+Green+Blue) = 185+104+12=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9680C is #4697F3. Grayscale: #767676. Windows color (decimal): -4626420 or 813241. OLE color: 813241.

HSL color Cylindrical-coordinate representation of color #B9680C: hue angle of 31.91º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9680C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 12 -
CMYK 0 0.44 0.94 0.27
HSL 31.91º 0.88% 0.39% -
HSV(B) 31.91º 0.94% 0.73% -
XYZ 25.02 20.24 2.94 -
YUV 117.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 185 104 12 0 0.44 0.94 0.27 31.91 0.88 0.39
Hex B9 68 C 0 2C 5E 1B 20 58 27
Octal 271 150 14 0 54 136 33 40 130 47
Binary 10111001 1101000 1100 0 101100 1011110 11011 100000 1011000 100111

Color Harmonies of #B9680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9680C

Black with #B9680C

Text Example


Text Example

White with #B9680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9680C; }

 p { color: rgb(185,104,12); }

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

background-color css

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

 a { background-color: rgb(185,104,12); }

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

border-color css

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

 span { border-color: rgb(185,104,12); }

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