#B75B26

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

Shades of Fiery Orange #B75B26

Tints of Fiery Orange #B75B26

Color information

#B75B26 (or 0xB75B26) is unknown color: approx Fiery Orange. HEX triplet: B7, 5B and 26. RGB value is (183,91,38). Sum of RGB (Red+Green+Blue) = 183+91+38=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B26 is #48A4D9. Grayscale: #707070. Windows color (decimal): -4760794 or 2513847. OLE color: 2513847.

HSL color Cylindrical-coordinate representation of color #B75B26: hue angle of 21.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B75B26 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1839138-
CMYK00.500.790.28
HSL21.93º65.61%43.33%-
HSV(B)21.93º79.23%71.76%-
XYZ23.6217.694-
YUV112.4785.98178.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=58.65%
G=29.17%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183913800.500.790.2821.9365.6143.33
HexB75B260324F1C16422b
Octal26713346062117342610253
Binary1011011110110111001100110010100111111100101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B26; }

 p { color: rgb(183,91,38); }

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

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

 a { background-color: rgb(183,91,38); }

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

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

 span { border-color: rgb(183,91,38); }

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