Html Css Color HEX #B7680C Tenne (Tawny)

📋 copy color: '#B7680C'

red 183 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #B7680C

Tints of Tenne (Tawny) #B7680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 61.2%
G = 34.78%
B = 4.01%

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

#B7680C (or 0xB7680C) is known color: Tenne (Tawny). HEX triplet: B7, 68 and 0C. RGB value is (183,104,12). Sum of RGB (Red+Green+Blue) = 183+104+12=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7680C is #4897F3. Grayscale: #757575. Windows color (decimal): -4757492 or 813239. OLE color: 813239.

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

Color convert

RGB 183 104 12 -
CMYK 0 0.43 0.93 0.28
HSL 32.28º 0.88% 0.38% -
HSV(B) 32.28º 0.93% 0.72% -
XYZ 24.55 19.99 2.91 -
YUV 117.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 183 104 12 0 0.43 0.93 0.28 32.28 0.88 0.38
Hex B7 68 C 0 2B 5D 1C 20 58 26
Octal 267 150 14 0 53 135 34 40 130 46
Binary 10110111 1101000 1100 0 101011 1011101 11100 100000 1011000 100110

Color Harmonies of #B7680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7680C

Black with #B7680C

Text Example


Text Example

White with #B7680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7680C; }

 p { color: rgb(183,104,12); }

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

background-color css

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

 a { background-color: rgb(183,104,12); }

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

border-color css

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

 span { border-color: rgb(183,104,12); }

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