Html Css Color HEX #B9532C Fiery Orange

📋 copy color: '#B9532C'

red 185 ◦ green 83 ◦ blue 44

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

Shades of Fiery Orange #B9532C

Tints of Fiery Orange #B9532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 59.29%
G = 26.6%
B = 14.1%

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

#B9532C (or 0xB9532C) is known color: Fiery Orange. HEX triplet: B9, 53 and 2C. RGB value is (185,83,44). Sum of RGB (Red+Green+Blue) = 185+83+44=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9532C is #46ACD3. Grayscale: #6D6D6D. Windows color (decimal): -4631764 or 2905017. OLE color: 2905017.

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

Color convert

RGB 185 83 44 -
CMYK 0 0.55 0.76 0.27
HSL 16.6º 0.62% 0.45% -
HSV(B) 16.6º 0.76% 0.73% -
XYZ 23.56 16.68 4.36 -
YUV 109.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 185 83 44 0 0.55 0.76 0.27 16.6 0.62 0.45
Hex B9 53 2C 0 37 4C 1B 11 3E 2D
Octal 271 123 54 0 67 114 33 21 76 55
Binary 10111001 1010011 101100 0 110111 1001100 11011 10001 111110 101101

Color Harmonies of #B9532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9532C

Black with #B9532C

Text Example


Text Example

White with #B9532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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