Html Css Color HEX #B8532C Fiery Orange

📋 copy color: '#B8532C'

red 184 ◦ green 83 ◦ blue 44

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

Shades of Fiery Orange #B8532C

Tints of Fiery Orange #B8532C

RGB

 RED value IS 184 (72.27% from 255) = 59.16%

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

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

R = 59.16%
G = 26.69%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8532C (or 0xB8532C) is known color: Fiery Orange. HEX triplet: B8, 53 and 2C. RGB value is (184,83,44). Sum of RGB (Red+Green+Blue) = 184+83+44=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8532C is #47ACD3. Grayscale: #6D6D6D. Windows color (decimal): -4697300 or 2905016. OLE color: 2905016.

HSL color Cylindrical-coordinate representation of color #B8532C: hue angle of 16.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8532C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 44 -
CMYK 0 0.55 0.76 0.28
HSL 16.71º 0.61% 0.45% -
HSV(B) 16.71º 0.76% 0.72% -
XYZ 23.32 16.56 4.35 -
YUV 108.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 184 83 44 0 0.55 0.76 0.28 16.71 0.61 0.45
Hex B8 53 2C 0 37 4C 1C 11 3D 2D
Octal 270 123 54 0 67 114 34 21 75 55
Binary 10111000 1010011 101100 0 110111 1001100 11100 10001 111101 101101

Color Harmonies of #B8532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8532C

Black with #B8532C

Text Example


Text Example

White with #B8532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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