#B16023

Color #B16023 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B16023

Tints of Fiery Orange #B16023

Color information

#B16023 (or 0xB16023) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 23. RGB value is (177,96,35). Sum of RGB (Red+Green+Blue) = 177+96+35=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B16023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16023 is #4E9FDC. Grayscale: #717171. Windows color (decimal): -5152733 or 2318513. OLE color: 2318513.

HSL color Cylindrical-coordinate representation of color #B16023: hue angle of 25.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16023 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1779635-
CMYK00.460.800.31
HSL25.77º66.98%41.57%-
HSV(B)25.77º80.23%69.41%-
XYZ22.6217.833.84-
YUV113.2683.84173.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 35 (14.06% from 255) = 11.36%
R=57.47%
G=31.17%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177963500.460.800.3125.7766.9841.57
HexB1602302E501F1a432a
Octal26114043056120373210352
Binary1011000111000001000110101110101000011111110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16023; }

 p { color: rgb(177,96,35); }

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

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

 a { background-color: rgb(177,96,35); }

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

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

 span { border-color: rgb(177,96,35); }

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