#B75A28

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

Shades of Fiery Orange #B75A28

Tints of Fiery Orange #B75A28

Color information

#B75A28 (or 0xB75A28) is unknown color: approx Fiery Orange. HEX triplet: B7, 5A and 28. RGB value is (183,90,40). Sum of RGB (Red+Green+Blue) = 183+90+40=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A28 is #48A5D7. Grayscale: #707070. Windows color (decimal): -4761048 or 2644663. OLE color: 2644663.

HSL color Cylindrical-coordinate representation of color #B75A28: hue angle of 20.98º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B75A28 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1839040-
CMYK00.510.780.28
HSL20.98º64.13%43.73%-
HSV(B)20.98º78.14%71.76%-
XYZ23.5717.534.15-
YUV112.1187.31178.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=58.47%
G=28.75%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183904000.510.780.2820.9864.1343.73
HexB75A280334E1C15402c
Octal26713250063116342510054
Binary1011011110110101010000110011100111011100101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A28; }

 p { color: rgb(183,90,40); }

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

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

 a { background-color: rgb(183,90,40); }

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

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

 span { border-color: rgb(183,90,40); }

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