Html Css Color HEX #B9670E Tenne (Tawny)

📋 copy color: '#B9670E'

red 185 ◦ green 103 ◦ blue 14

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

Shades of Tenne (Tawny) #B9670E

Tints of Tenne (Tawny) #B9670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 61.26%
G = 34.11%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9670E (or 0xB9670E) is known color: Tenne (Tawny). HEX triplet: B9, 67 and 0E. RGB value is (185,103,14). Sum of RGB (Red+Green+Blue) = 185+103+14=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9670E is #4698F1. Grayscale: #757575. Windows color (decimal): -4626674 or 944057. OLE color: 944057.

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

Color convert

RGB 185 103 14 -
CMYK 0 0.44 0.92 0.27
HSL 31.23º 0.86% 0.39% -
HSV(B) 31.23º 0.92% 0.73% -
XYZ 24.94 20.05 2.97 -
YUV 117.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 185 103 14 0 0.44 0.92 0.27 31.23 0.86 0.39
Hex B9 67 E 0 2C 5C 1B 1F 56 27
Octal 271 147 16 0 54 134 33 37 126 47
Binary 10111001 1100111 1110 0 101100 1011100 11011 11111 1010110 100111

Color Harmonies of #B9670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9670E

Black with #B9670E

Text Example


Text Example

White with #B9670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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