Html Css Color HEX #B9660C Tenne (Tawny)

📋 copy color: '#B9660C'

red 185 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #B9660C

Tints of Tenne (Tawny) #B9660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 61.87%
G = 34.11%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9660C (or 0xB9660C) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 0C. RGB value is (185,102,12). Sum of RGB (Red+Green+Blue) = 185+102+12=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9660C is #4699F3. Grayscale: #757575. Windows color (decimal): -4626932 or 812729. OLE color: 812729.

HSL color Cylindrical-coordinate representation of color #B9660C: hue angle of 31.21º 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 #B9660C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 12 -
CMYK 0 0.45 0.94 0.27
HSL 31.21º 0.88% 0.39% -
HSV(B) 31.21º 0.94% 0.73% -
XYZ 24.83 19.84 2.87 -
YUV 116.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 185 102 12 0 0.45 0.94 0.27 31.21 0.88 0.39
Hex B9 66 C 0 2D 5E 1B 1F 58 27
Octal 271 146 14 0 55 136 33 37 130 47
Binary 10111001 1100110 1100 0 101101 1011110 11011 11111 1011000 100111

Color Harmonies of #B9660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9660C

Black with #B9660C

Text Example


Text Example

White with #B9660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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