#B75601

Color #B75601 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B75601

Tints of Tenne (Tawny) #B75601

Color information

#B75601 (or 0xB75601) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 56 and 01. RGB value is (183,86,1). Sum of RGB (Red+Green+Blue) = 183+86+1=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B75601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75601 is #48A9FE. Grayscale: #696969. Windows color (decimal): -4762111 or 87735. OLE color: 87735.

HSL color Cylindrical-coordinate representation of color #B75601: hue angle of 28.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B75601 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183861-
CMYK00.530.990.28
HSL28.02º98.91%36.08%-
HSV(B)28.02º99.45%71.76%-
XYZ22.8616.732.05-
YUV105.3169.14183.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=67.78%
G=31.85%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18386100.530.990.2828.0298.9136.08
HexB7561035631C1c6324
Octal2671261065143343414344
Binary10110111101011010110101110001111100111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75601; }

 p { color: rgb(183,86,1); }

 H1.HeaderClassName
 {
   color: #B75601;
 }
 .AnyTagClassName
 {
   color: #B75601;
 }
</style>
background-color css

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

 a { background-color: rgb(183,86,1); }

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

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

 span { border-color: rgb(183,86,1); }

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