Html Css Color HEX #B9582B Fiery Orange

📋 copy color: '#B9582B'

red 185 ◦ green 88 ◦ blue 43

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

Shades of Fiery Orange #B9582B

Tints of Fiery Orange #B9582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 58.54%
G = 27.85%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9582B (or 0xB9582B) is known color: Fiery Orange. HEX triplet: B9, 58 and 2B. RGB value is (185,88,43). Sum of RGB (Red+Green+Blue) = 185+88+43=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9582B is #46A7D4. Grayscale: #707070. Windows color (decimal): -4630485 or 2840761. OLE color: 2840761.

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

Color convert

RGB 185 88 43 -
CMYK 0 0.52 0.77 0.27
HSL 19.01º 0.62% 0.45% -
HSV(B) 19.01º 0.77% 0.73% -
XYZ 23.93 17.47 4.4 -
YUV 111.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 185 88 43 0 0.52 0.77 0.27 19.01 0.62 0.45
Hex B9 58 2B 0 34 4D 1B 13 3E 2D
Octal 271 130 53 0 64 115 33 23 76 55
Binary 10111001 1011000 101011 0 110100 1001101 11011 10011 111110 101101

Color Harmonies of #B9582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9582B

Black with #B9582B

Text Example


Text Example

White with #B9582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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