#B95D03

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

Shades of Tenne (Tawny) #B95D03

Tints of Tenne (Tawny) #B95D03

Color information

#B95D03 (or 0xB95D03) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5D and 03. RGB value is (185,93,3). Sum of RGB (Red+Green+Blue) = 185+93+3=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D03 is #46A2FC. Grayscale: #6E6E6E. Windows color (decimal): -4629245 or 220601. OLE color: 220601.

HSL color Cylindrical-coordinate representation of color #B95D03: hue angle of 29.67º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B95D03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185933-
CMYK00.500.980.27
HSL29.67º96.81%36.86%-
HSV(B)29.67º98.38%72.55%-
XYZ23.9418.152.33-
YUV110.2567.48181.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=65.84%
G=33.10%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18593300.500.980.2729.6796.8136.86
HexB95D3032621B1e6125
Octal2711353062142333614145
Binary101110011011101110110010110001011011111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D03; }

 p { color: rgb(185,93,3); }

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

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

 a { background-color: rgb(185,93,3); }

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

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

 span { border-color: rgb(185,93,3); }

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