#B75B02

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

Shades of Tenne (Tawny) #B75B02

Tints of Tenne (Tawny) #B75B02

Color information

#B75B02 (or 0xB75B02) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5B and 02. RGB value is (183,91,2). Sum of RGB (Red+Green+Blue) = 183+91+2=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75B02 is #48A4FD. Grayscale: #6C6C6C. Windows color (decimal): -4760830 or 154551. OLE color: 154551.

HSL color Cylindrical-coordinate representation of color #B75B02: hue angle of 29.5º degrees, saturation: 0.98, 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 #B75B02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183912-
CMYK00.500.990.28
HSL29.5º97.84%36.27%-
HSV(B)29.5º98.91%71.76%-
XYZ23.2817.552.22-
YUV108.3667.98181.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=66.30%
G=32.97%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18391200.500.990.2829.597.8436.27
HexB75B2032631C1e6224
Octal2671332062143343614244
Binary101101111011011100110010110001111100111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B02; }

 p { color: rgb(183,91,2); }

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

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

 a { background-color: rgb(183,91,2); }

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

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

 span { border-color: rgb(183,91,2); }

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