#B65C29

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

Shades of Fiery Orange #B65C29

Tints of Fiery Orange #B65C29

Color information

#B65C29 (or 0xB65C29) is unknown color: approx Fiery Orange. HEX triplet: B6, 5C and 29. RGB value is (182,92,41). Sum of RGB (Red+Green+Blue) = 182+92+41=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C29 is #49A3D6. Grayscale: #717171. Windows color (decimal): -4826071 or 2710710. OLE color: 2710710.

HSL color Cylindrical-coordinate representation of color #B65C29: hue angle of 21.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B65C29 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1829241-
CMYK00.490.770.29
HSL21.7º63.23%43.73%-
HSV(B)21.7º77.47%71.37%-
XYZ23.5217.764.29-
YUV113.187.32177.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=57.78%
G=29.21%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182924100.490.770.2921.763.2343.73
HexB65C290314D1D163f2c
Octal2661345106111535267754
Binary101101101011100101001011000110011011110110110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C29; }

 p { color: rgb(182,92,41); }

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

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

 a { background-color: rgb(182,92,41); }

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

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

 span { border-color: rgb(182,92,41); }

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