#B85C02

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

Shades of Tenne (Tawny) #B85C02

Tints of Tenne (Tawny) #B85C02

Color information

#B85C02 (or 0xB85C02) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 5C and 02. RGB value is (184,92,2). Sum of RGB (Red+Green+Blue) = 184+92+2=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C02 is #47A3FD. Grayscale: #6D6D6D. Windows color (decimal): -4695038 or 154808. OLE color: 154808.

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

Color convert

RGB184922-
CMYK00.500.990.28
HSL29.67º97.85%36.47%-
HSV(B)29.67º98.91%72.16%-
XYZ23.6117.852.26-
YUV109.2567.48181.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=66.19%
G=33.09%
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
Decimal18492200.500.990.2829.6797.8536.47
HexB85C2032631C1e6224
Octal2701342062143343614244
Binary101110001011100100110010110001111100111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C02; }

 p { color: rgb(184,92,2); }

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

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

 a { background-color: rgb(184,92,2); }

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

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

 span { border-color: rgb(184,92,2); }

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