Html Css Color HEX #B8690D Tenne (Tawny)

📋 copy color: '#B8690D'

red 184 ◦ green 105 ◦ blue 13

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

Shades of Tenne (Tawny) #B8690D

Tints of Tenne (Tawny) #B8690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

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

R = 60.93%
G = 34.77%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8690D (or 0xB8690D) is known color: Tenne (Tawny). HEX triplet: B8, 69 and 0D. RGB value is (184,105,13). Sum of RGB (Red+Green+Blue) = 184+105+13=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8690D is #4796F2. Grayscale: #767676. Windows color (decimal): -4691699 or 879032. OLE color: 879032.

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

Color convert

RGB 184 105 13 -
CMYK 0 0.43 0.93 0.28
HSL 32.28º 0.87% 0.39% -
HSV(B) 32.28º 0.93% 0.72% -
XYZ 24.89 20.32 2.99 -
YUV 118.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 184 105 13 0 0.43 0.93 0.28 32.28 0.87 0.39
Hex B8 69 D 0 2B 5D 1C 20 57 27
Octal 270 151 15 0 53 135 34 40 127 47
Binary 10111000 1101001 1101 0 101011 1011101 11100 100000 1010111 100111

Color Harmonies of #B8690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8690D

Black with #B8690D

Text Example


Text Example

White with #B8690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8690D; }

 p { color: rgb(184,105,13); }

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

background-color css

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

 a { background-color: rgb(184,105,13); }

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

border-color css

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

 span { border-color: rgb(184,105,13); }

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