Html Css Color HEX #B9531D Fiery Orange

📋 copy color: '#B9531D'

red 185 ◦ green 83 ◦ blue 29

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

Shades of Fiery Orange #B9531D

Tints of Fiery Orange #B9531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 62.29%
G = 27.95%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9531D (or 0xB9531D) is known color: Fiery Orange. HEX triplet: B9, 53 and 1D. RGB value is (185,83,29). Sum of RGB (Red+Green+Blue) = 185+83+29=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9531D is #46ACE2. Grayscale: #6B6B6B. Windows color (decimal): -4631779 or 1921977. OLE color: 1921977.

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

Color convert

RGB 185 83 29 -
CMYK 0 0.55 0.84 0.27
HSL 20.77º 0.73% 0.42% -
HSV(B) 20.77º 0.84% 0.73% -
XYZ 23.32 16.59 3.14 -
YUV 107.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 185 83 29 0 0.55 0.84 0.27 20.77 0.73 0.42
Hex B9 53 1D 0 37 54 1B 15 49 2A
Octal 271 123 35 0 67 124 33 25 111 52
Binary 10111001 1010011 11101 0 110111 1010100 11011 10101 1001001 101010

Color Harmonies of #B9531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9531D

Black with #B9531D

Text Example


Text Example

White with #B9531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9531D; }

 p { color: rgb(185,83,29); }

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

background-color css

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

 a { background-color: rgb(185,83,29); }

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

border-color css

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

 span { border-color: rgb(185,83,29); }

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