Html Css Color HEX #B9660A Tenne (Tawny)

📋 copy color: '#B9660A'

red 185 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #B9660A

Tints of Tenne (Tawny) #B9660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 62.29%
G = 34.34%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9660A (or 0xB9660A) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 0A. RGB value is (185,102,10). Sum of RGB (Red+Green+Blue) = 185+102+10=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9660A is #4699F5. Grayscale: #747474. Windows color (decimal): -4626934 or 681657. OLE color: 681657.

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

Color convert

RGB 185 102 10 -
CMYK 0 0.45 0.95 0.27
HSL 31.54º 0.9% 0.38% -
HSV(B) 31.54º 0.95% 0.73% -
XYZ 24.81 19.84 2.81 -
YUV 116.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 185 102 10 0 0.45 0.95 0.27 31.54 0.9 0.38
Hex B9 66 A 0 2D 5F 1B 20 5A 26
Octal 271 146 12 0 55 137 33 40 132 46
Binary 10111001 1100110 1010 0 101101 1011111 11011 100000 1011010 100110

Color Harmonies of #B9660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9660A

Black with #B9660A

Text Example


Text Example

White with #B9660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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