#B65734

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

Shades of Fiery Orange #B65734

Tints of Fiery Orange #B65734

Color information

#B65734 (or 0xB65734) is unknown color: approx Fiery Orange. HEX triplet: B6, 57 and 34. RGB value is (182,87,52). Sum of RGB (Red+Green+Blue) = 182+87+52=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65734 is #49A8CB. Grayscale: #6F6F6F. Windows color (decimal): -4827340 or 3430326. OLE color: 3430326.

HSL color Cylindrical-coordinate representation of color #B65734: hue angle of 16.15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B65734 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1828752-
CMYK00.520.710.29
HSL16.15º55.56%45.88%-
HSV(B)16.15º71.43%71.37%-
XYZ23.3217.015.3-
YUV111.4294.47178.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=56.70%
G=27.10%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182875200.520.710.2916.1555.5645.88
HexB65734034471D10382e
Octal2661276406410735207056
Binary101101101010111110100011010010001111110110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65734; }

 p { color: rgb(182,87,52); }

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

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

 a { background-color: rgb(182,87,52); }

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

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

 span { border-color: rgb(182,87,52); }

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