Html Css Color HEX #B9582C Fiery Orange

📋 copy color: '#B9582C'

red 185 ◦ green 88 ◦ blue 44

#B9582C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B9582C

Tints of Fiery Orange #B9582C

RGB

 RED value IS 185 (72.66% from 255) = 58.36%

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 58.36%
G = 27.76%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9582C (or 0xB9582C) is known color: Fiery Orange. HEX triplet: B9, 58 and 2C. RGB value is (185,88,44). Sum of RGB (Red+Green+Blue) = 185+88+44=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9582C is #46A7D3. Grayscale: #707070. Windows color (decimal): -4630484 or 2906297. OLE color: 2906297.

HSL color Cylindrical-coordinate representation of color #B9582C: hue angle of 18.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9582C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 44 -
CMYK 0 0.52 0.76 0.27
HSL 18.72º 0.62% 0.45% -
HSV(B) 18.72º 0.76% 0.73% -
XYZ 23.95 17.48 4.49 -
YUV 111.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 185 88 44 0 0.52 0.76 0.27 18.72 0.62 0.45
Hex B9 58 2C 0 34 4C 1B 13 3E 2D
Octal 271 130 54 0 64 114 33 23 76 55
Binary 10111001 1011000 101100 0 110100 1001100 11011 10011 111110 101101

Color Harmonies of #B9582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9582C

Black with #B9582C

Text Example


Text Example

White with #B9582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9582C; }

 p { color: rgb(185,88,44); }

 H1.HeaderClassName
 {
   color: #B9582C;
 }
 .AnyTagClassName
 {
   color: #B9582C;
 }
</style>

background-color css

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

 a { background-color: rgb(185,88,44); }

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

border-color css

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

 span { border-color: rgb(185,88,44); }

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