Html Css Color HEX #B7680A Tenne (Tawny)

📋 copy color: '#B7680A'

red 183 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #B7680A

Tints of Tenne (Tawny) #B7680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 61.62%
G = 35.02%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7680A (or 0xB7680A) is known color: Tenne (Tawny). HEX triplet: B7, 68 and 0A. RGB value is (183,104,10). Sum of RGB (Red+Green+Blue) = 183+104+10=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7680A is #4897F5. Grayscale: #757575. Windows color (decimal): -4757494 or 682167. OLE color: 682167.

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

Color convert

RGB 183 104 10 -
CMYK 0 0.43 0.95 0.28
HSL 32.6º 0.9% 0.38% -
HSV(B) 32.6º 0.95% 0.72% -
XYZ 24.53 19.99 2.85 -
YUV 116.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 183 104 10 0 0.43 0.95 0.28 32.6 0.9 0.38
Hex B7 68 A 0 2B 5F 1C 21 5A 26
Octal 267 150 12 0 53 137 34 41 132 46
Binary 10110111 1101000 1010 0 101011 1011111 11100 100001 1011010 100110

Color Harmonies of #B7680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7680A

Black with #B7680A

Text Example


Text Example

White with #B7680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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