Html Css Color HEX #B9670D Tenne (Tawny)

📋 copy color: '#B9670D'

red 185 ◦ green 103 ◦ blue 13

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

Shades of Tenne (Tawny) #B9670D

Tints of Tenne (Tawny) #B9670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 61.46%
G = 34.22%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9670D (or 0xB9670D) is known color: Tenne (Tawny). HEX triplet: B9, 67 and 0D. RGB value is (185,103,13). Sum of RGB (Red+Green+Blue) = 185+103+13=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9670D is #4698F2. Grayscale: #757575. Windows color (decimal): -4626675 or 878521. OLE color: 878521.

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

Color convert

RGB 185 103 13 -
CMYK 0 0.44 0.93 0.27
HSL 31.4º 0.87% 0.39% -
HSV(B) 31.4º 0.93% 0.73% -
XYZ 24.93 20.04 2.94 -
YUV 117.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 185 103 13 0 0.44 0.93 0.27 31.4 0.87 0.39
Hex B9 67 D 0 2C 5D 1B 1F 57 27
Octal 271 147 15 0 54 135 33 37 127 47
Binary 10111001 1100111 1101 0 101100 1011101 11011 11111 1010111 100111

Color Harmonies of #B9670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9670D

Black with #B9670D

Text Example


Text Example

White with #B9670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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