Html Css Color HEX #B7640A Tenne (Tawny)

📋 copy color: '#B7640A'

red 183 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #B7640A

Tints of Tenne (Tawny) #B7640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 62.46%
G = 34.13%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7640A (or 0xB7640A) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 0A. RGB value is (183,100,10). Sum of RGB (Red+Green+Blue) = 183+100+10=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7640A is #489BF5. Grayscale: #737373. Windows color (decimal): -4758518 or 681143. OLE color: 681143.

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

Color convert

RGB 183 100 10 -
CMYK 0 0.45 0.95 0.28
HSL 31.21º 0.9% 0.38% -
HSV(B) 31.21º 0.95% 0.72% -
XYZ 24.14 19.2 2.72 -
YUV 114.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 183 100 10 0 0.45 0.95 0.28 31.21 0.9 0.38
Hex B7 64 A 0 2D 5F 1C 1F 5A 26
Octal 267 144 12 0 55 137 34 37 132 46
Binary 10110111 1100100 1010 0 101101 1011111 11100 11111 1011010 100110

Color Harmonies of #B7640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7640A

Black with #B7640A

Text Example


Text Example

White with #B7640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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