Html Css Color HEX #B9541F Fiery Orange

📋 copy color: '#B9541F'

red 185 ◦ green 84 ◦ blue 31

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

Shades of Fiery Orange #B9541F

Tints of Fiery Orange #B9541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 61.67%
G = 28%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9541F (or 0xB9541F) is known color: Fiery Orange. HEX triplet: B9, 54 and 1F. RGB value is (185,84,31). Sum of RGB (Red+Green+Blue) = 185+84+31=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9541F is #46ABE0. Grayscale: #6C6C6C. Windows color (decimal): -4631521 or 2053305. OLE color: 2053305.

HSL color Cylindrical-coordinate representation of color #B9541F: hue angle of 20.65º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9541F is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 31 -
CMYK 0 0.55 0.83 0.27
HSL 20.65º 0.71% 0.42% -
HSV(B) 20.65º 0.83% 0.73% -
XYZ 23.43 16.75 3.3 -
YUV 108.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 185 84 31 0 0.55 0.83 0.27 20.65 0.71 0.42
Hex B9 54 1F 0 37 53 1B 15 47 2A
Octal 271 124 37 0 67 123 33 25 107 52
Binary 10111001 1010100 11111 0 110111 1010011 11011 10101 1000111 101010

Color Harmonies of #B9541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9541F

Black with #B9541F

Text Example


Text Example

White with #B9541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9541F; }

 p { color: rgb(185,84,31); }

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

background-color css

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

 a { background-color: rgb(185,84,31); }

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

border-color css

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

 span { border-color: rgb(185,84,31); }

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