Html Css Color HEX #B8610E Tenne (Tawny)

📋 copy color: '#B8610E'

red 184 ◦ green 97 ◦ blue 14

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

Shades of Tenne (Tawny) #B8610E

Tints of Tenne (Tawny) #B8610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 62.37%
G = 32.88%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8610E (or 0xB8610E) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 0E. RGB value is (184,97,14). Sum of RGB (Red+Green+Blue) = 184+97+14=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8610E is #479EF1. Grayscale: #717171. Windows color (decimal): -4693746 or 942520. OLE color: 942520.

HSL color Cylindrical-coordinate representation of color #B8610E: hue angle of 29.29º 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 #B8610E is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 97 14 -
CMYK 0 0.47 0.92 0.28
HSL 29.29º 0.86% 0.39% -
HSV(B) 29.29º 0.92% 0.72% -
XYZ 24.12 18.77 2.77 -
YUV 113.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 184 97 14 0 0.47 0.92 0.28 29.29 0.86 0.39
Hex B8 61 E 0 2F 5C 1C 1D 56 27
Octal 270 141 16 0 57 134 34 35 126 47
Binary 10111000 1100001 1110 0 101111 1011100 11100 11101 1010110 100111

Color Harmonies of #B8610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8610E

Black with #B8610E

Text Example


Text Example

White with #B8610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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