#B65F29

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

Shades of Fiery Orange #B65F29

Tints of Fiery Orange #B65F29

Color information

#B65F29 (or 0xB65F29) is unknown color: approx Fiery Orange. HEX triplet: B6, 5F and 29. RGB value is (182,95,41). Sum of RGB (Red+Green+Blue) = 182+95+41=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65F29 is #49A0D6. Grayscale: #737373. Windows color (decimal): -4825303 or 2711478. OLE color: 2711478.

HSL color Cylindrical-coordinate representation of color #B65F29: hue angle of 22.98º 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 #B65F29 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1829541-
CMYK00.480.770.29
HSL22.98º63.23%43.73%-
HSV(B)22.98º77.47%71.37%-
XYZ23.7818.294.37-
YUV114.8686.32175.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=57.23%
G=29.87%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182954100.480.770.2922.9863.2343.73
HexB65F290304D1D173f2c
Octal2661375106011535277754
Binary101101101011111101001011000010011011110110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F29; }

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

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

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

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

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

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

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

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