Html Css Color HEX #B7600A Tenne (Tawny)

📋 copy color: '#B7600A'

red 183 ◦ green 96 ◦ blue 10

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

Shades of Tenne (Tawny) #B7600A

Tints of Tenne (Tawny) #B7600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 63.32%
G = 33.22%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7600A (or 0xB7600A) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 0A. RGB value is (183,96,10). Sum of RGB (Red+Green+Blue) = 183+96+10=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B7600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7600A is #489FF5. Grayscale: #707070. Windows color (decimal): -4759542 or 680119. OLE color: 680119.

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

Color convert

RGB 183 96 10 -
CMYK 0 0.48 0.95 0.28
HSL 29.83º 0.9% 0.38% -
HSV(B) 29.83º 0.95% 0.72% -
XYZ 23.77 18.45 2.6 -
YUV 112.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 183 96 10 0 0.48 0.95 0.28 29.83 0.9 0.38
Hex B7 60 A 0 30 5F 1C 1E 5A 26
Octal 267 140 12 0 60 137 34 36 132 46
Binary 10110111 1100000 1010 0 110000 1011111 11100 11110 1011010 100110

Color Harmonies of #B7600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7600A

Black with #B7600A

Text Example


Text Example

White with #B7600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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