Html Css Color HEX #B9581A Fiery Orange

📋 copy color: '#B9581A'

red 185 ◦ green 88 ◦ blue 26

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

Shades of Fiery Orange #B9581A

Tints of Fiery Orange #B9581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 61.87%
G = 29.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9581A (or 0xB9581A) is known color: Fiery Orange. HEX triplet: B9, 58 and 1A. RGB value is (185,88,26). Sum of RGB (Red+Green+Blue) = 185+88+26=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9581A is #46A7E5. Grayscale: #6E6E6E. Windows color (decimal): -4630502 or 1726649. OLE color: 1726649.

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

Color convert

RGB 185 88 26 -
CMYK 0 0.52 0.86 0.27
HSL 23.4º 0.75% 0.41% -
HSV(B) 23.4º 0.86% 0.73% -
XYZ 23.68 17.37 3.08 -
YUV 109.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 185 88 26 0 0.52 0.86 0.27 23.4 0.75 0.41
Hex B9 58 1A 0 34 56 1B 17 4B 29
Octal 271 130 32 0 64 126 33 27 113 51
Binary 10111001 1011000 11010 0 110100 1010110 11011 10111 1001011 101001

Color Harmonies of #B9581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9581A

Black with #B9581A

Text Example


Text Example

White with #B9581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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