Html Css Color HEX #B8680E Tenne (Tawny)

📋 copy color: '#B8680E'

red 184 ◦ green 104 ◦ blue 14

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

Shades of Tenne (Tawny) #B8680E

Tints of Tenne (Tawny) #B8680E

RGB

 RED value IS 184 (72.27% from 255) = 60.93%

 GREEN value IS 104 (41.02% from 255) = 34.44%

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

R = 60.93%
G = 34.44%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8680E (or 0xB8680E) is known color: Tenne (Tawny). HEX triplet: B8, 68 and 0E. RGB value is (184,104,14). Sum of RGB (Red+Green+Blue) = 184+104+14=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8680E is #4797F1. Grayscale: #767676. Windows color (decimal): -4691954 or 944312. OLE color: 944312.

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

Color convert

RGB 184 104 14 -
CMYK 0 0.43 0.92 0.28
HSL 31.76º 0.86% 0.39% -
HSV(B) 31.76º 0.92% 0.72% -
XYZ 24.8 20.12 2.99 -
YUV 117.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 184 104 14 0 0.43 0.92 0.28 31.76 0.86 0.39
Hex B8 68 E 0 2B 5C 1C 20 56 27
Octal 270 150 16 0 53 134 34 40 126 47
Binary 10111000 1101000 1110 0 101011 1011100 11100 100000 1010110 100111

Color Harmonies of #B8680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8680E

Black with #B8680E

Text Example


Text Example

White with #B8680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8680E; }

 p { color: rgb(184,104,14); }

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

background-color css

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

 a { background-color: rgb(184,104,14); }

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

border-color css

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

 span { border-color: rgb(184,104,14); }

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