Html Css Color HEX #B76110 Tenne (Tawny)

📋 copy color: '#B76110'

red 183 ◦ green 97 ◦ blue 16

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

Shades of Tenne (Tawny) #B76110

Tints of Tenne (Tawny) #B76110

RGB

 RED value IS 183 (71.88% from 255) = 61.82%

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

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 61.82%
G = 32.77%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B76110 (or 0xB76110) is known color: Tenne (Tawny). HEX triplet: B7, 61 and 10. RGB value is (183,97,16). Sum of RGB (Red+Green+Blue) = 183+97+16=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B76110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76110 is #489EEF. Grayscale: #717171. Windows color (decimal): -4759280 or 1073591. OLE color: 1073591.

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

Color convert

RGB 183 97 16 -
CMYK 0 0.47 0.91 0.28
HSL 29.1º 0.84% 0.39% -
HSV(B) 29.1º 0.91% 0.72% -
XYZ 23.9 18.65 2.83 -
YUV 113.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 183 97 16 0 0.47 0.91 0.28 29.1 0.84 0.39
Hex B7 61 10 0 2F 5B 1C 1D 54 27
Octal 267 141 20 0 57 133 34 35 124 47
Binary 10110111 1100001 10000 0 101111 1011011 11100 11101 1010100 100111

Color Harmonies of #B76110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76110

Black with #B76110

Text Example


Text Example

White with #B76110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76110; }

 p { color: rgb(183,97,16); }

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

background-color css

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

 a { background-color: rgb(183,97,16); }

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

border-color css

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

 span { border-color: rgb(183,97,16); }

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