Html Css Color HEX #B9542F Fiery Orange

📋 copy color: '#B9542F'

red 185 ◦ green 84 ◦ blue 47

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

Shades of Fiery Orange #B9542F

Tints of Fiery Orange #B9542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 58.54%
G = 26.58%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9542F (or 0xB9542F) is known color: Fiery Orange. HEX triplet: B9, 54 and 2F. RGB value is (185,84,47). Sum of RGB (Red+Green+Blue) = 185+84+47=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9542F is #46ABD0. Grayscale: #6E6E6E. Windows color (decimal): -4631505 or 3101881. OLE color: 3101881.

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

Color convert

RGB 185 84 47 -
CMYK 0 0.55 0.75 0.27
HSL 16.09º 0.59% 0.45% -
HSV(B) 16.09º 0.75% 0.73% -
XYZ 23.69 16.86 4.7 -
YUV 109.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 185 84 47 0 0.55 0.75 0.27 16.09 0.59 0.45
Hex B9 54 2F 0 37 4B 1B 10 3B 2D
Octal 271 124 57 0 67 113 33 20 73 55
Binary 10111001 1010100 101111 0 110111 1001011 11011 10000 111011 101101

Color Harmonies of #B9542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9542F

Black with #B9542F

Text Example


Text Example

White with #B9542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9542F; }

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

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

background-color css

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

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

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

border-color css

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

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

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