#B75D26

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

Shades of Fiery Orange #B75D26

Tints of Fiery Orange #B75D26

Color information

#B75D26 (or 0xB75D26) is unknown color: approx Fiery Orange. HEX triplet: B7, 5D and 26. RGB value is (183,93,38). Sum of RGB (Red+Green+Blue) = 183+93+38=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D26 is #48A2D9. Grayscale: #717171. Windows color (decimal): -4760282 or 2514359. OLE color: 2514359.

HSL color Cylindrical-coordinate representation of color #B75D26: hue angle of 22.76º 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 #B75D26 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1839338-
CMYK00.490.790.28
HSL22.76º65.61%43.33%-
HSV(B)22.76º79.23%71.76%-
XYZ23.7918.044.06-
YUV113.6485.32177.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=58.28%
G=29.62%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183933800.490.790.2822.7665.6143.33
HexB75D260314F1C17422b
Octal26713546061117342710253
Binary1011011110111011001100110001100111111100101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D26; }

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

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

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

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

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

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

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

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