Html Css Color HEX #B9542D Fiery Orange

📋 copy color: '#B9542D'

red 185 ◦ green 84 ◦ blue 45

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

Shades of Fiery Orange #B9542D

Tints of Fiery Orange #B9542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 58.92%
G = 26.75%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9542D (or 0xB9542D) is known color: Fiery Orange. HEX triplet: B9, 54 and 2D. RGB value is (185,84,45). Sum of RGB (Red+Green+Blue) = 185+84+45=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9542D is #46ABD2. Grayscale: #6E6E6E. Windows color (decimal): -4631507 or 2970809. OLE color: 2970809.

HSL color Cylindrical-coordinate representation of color #B9542D: hue angle of 16.71º degrees, saturation: 0.61, 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 #B9542D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 45 -
CMYK 0 0.55 0.76 0.27
HSL 16.71º 0.61% 0.45% -
HSV(B) 16.71º 0.76% 0.73% -
XYZ 23.65 16.84 4.49 -
YUV 109.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 185 84 45 0 0.55 0.76 0.27 16.71 0.61 0.45
Hex B9 54 2D 0 37 4C 1B 11 3D 2D
Octal 271 124 55 0 67 114 33 21 75 55
Binary 10111001 1010100 101101 0 110111 1001100 11011 10001 111101 101101

Color Harmonies of #B9542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9542D

Black with #B9542D

Text Example


Text Example

White with #B9542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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