Html Css Color HEX #B9670C Tenne (Tawny)

📋 copy color: '#B9670C'

red 185 ◦ green 103 ◦ blue 12

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

Shades of Tenne (Tawny) #B9670C

Tints of Tenne (Tawny) #B9670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 61.67%
G = 34.33%
B = 4%

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

#B9670C (or 0xB9670C) is known color: Tenne (Tawny). HEX triplet: B9, 67 and 0C. RGB value is (185,103,12). Sum of RGB (Red+Green+Blue) = 185+103+12=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9670C is #4698F3. Grayscale: #757575. Windows color (decimal): -4626676 or 812985. OLE color: 812985.

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

Color convert

RGB 185 103 12 -
CMYK 0 0.44 0.94 0.27
HSL 31.56º 0.88% 0.39% -
HSV(B) 31.56º 0.94% 0.73% -
XYZ 24.92 20.04 2.9 -
YUV 117.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 185 103 12 0 0.44 0.94 0.27 31.56 0.88 0.39
Hex B9 67 C 0 2C 5E 1B 20 58 27
Octal 271 147 14 0 54 136 33 40 130 47
Binary 10111001 1100111 1100 0 101100 1011110 11011 100000 1011000 100111

Color Harmonies of #B9670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9670C

Black with #B9670C

Text Example


Text Example

White with #B9670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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