Html Css Color HEX #B7620C Tenne (Tawny)

📋 copy color: '#B7620C'

red 183 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #B7620C

Tints of Tenne (Tawny) #B7620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 62.46%
G = 33.45%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7620C (or 0xB7620C) is known color: Tenne (Tawny). HEX triplet: B7, 62 and 0C. RGB value is (183,98,12). Sum of RGB (Red+Green+Blue) = 183+98+12=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7620C is #489DF3. Grayscale: #727272. Windows color (decimal): -4759028 or 811703. OLE color: 811703.

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

Color convert

RGB 183 98 12 -
CMYK 0 0.46 0.93 0.28
HSL 30.18º 0.88% 0.38% -
HSV(B) 30.18º 0.93% 0.72% -
XYZ 23.96 18.83 2.72 -
YUV 113.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 183 98 12 0 0.46 0.93 0.28 30.18 0.88 0.38
Hex B7 62 C 0 2E 5D 1C 1E 58 26
Octal 267 142 14 0 56 135 34 36 130 46
Binary 10110111 1100010 1100 0 101110 1011101 11100 11110 1011000 100110

Color Harmonies of #B7620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7620C

Black with #B7620C

Text Example


Text Example

White with #B7620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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