Html Css Color HEX #B9680B Tenne (Tawny)

📋 copy color: '#B9680B'

red 185 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #B9680B

Tints of Tenne (Tawny) #B9680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 61.67%
G = 34.67%
B = 3.67%

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

#B9680B (or 0xB9680B) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 0B. RGB value is (185,104,11). Sum of RGB (Red+Green+Blue) = 185+104+11=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9680B is #4697F4. Grayscale: #767676. Windows color (decimal): -4626421 or 747705. OLE color: 747705.

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

Color convert

RGB 185 104 11 -
CMYK 0 0.44 0.94 0.27
HSL 32.07º 0.89% 0.38% -
HSV(B) 32.07º 0.94% 0.73% -
XYZ 25.02 20.24 2.9 -
YUV 117.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 185 104 11 0 0.44 0.94 0.27 32.07 0.89 0.38
Hex B9 68 B 0 2C 5E 1B 20 59 26
Octal 271 150 13 0 54 136 33 40 131 46
Binary 10111001 1101000 1011 0 101100 1011110 11011 100000 1011001 100110

Color Harmonies of #B9680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9680B

Black with #B9680B

Text Example


Text Example

White with #B9680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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