Html Css Color HEX #B8552B Fiery Orange

📋 copy color: '#B8552B'

red 184 ◦ green 85 ◦ blue 43

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

Shades of Fiery Orange #B8552B

Tints of Fiery Orange #B8552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 58.97%
G = 27.24%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8552B (or 0xB8552B) is known color: Fiery Orange. HEX triplet: B8, 55 and 2B. RGB value is (184,85,43). Sum of RGB (Red+Green+Blue) = 184+85+43=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8552B is #47AAD4. Grayscale: #6E6E6E. Windows color (decimal): -4696789 or 2839992. OLE color: 2839992.

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

Color convert

RGB 184 85 43 -
CMYK 0 0.54 0.77 0.28
HSL 17.87º 0.62% 0.45% -
HSV(B) 17.87º 0.77% 0.72% -
XYZ 23.45 16.86 4.3 -
YUV 109.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 184 85 43 0 0.54 0.77 0.28 17.87 0.62 0.45
Hex B8 55 2B 0 36 4D 1C 12 3E 2D
Octal 270 125 53 0 66 115 34 22 76 55
Binary 10111000 1010101 101011 0 110110 1001101 11100 10010 111110 101101

Color Harmonies of #B8552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8552B

Black with #B8552B

Text Example


Text Example

White with #B8552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8552B; }

 p { color: rgb(184,85,43); }

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

background-color css

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

 a { background-color: rgb(184,85,43); }

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

border-color css

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

 span { border-color: rgb(184,85,43); }

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