Html Css Color HEX #B85530 Fiery Orange

📋 copy color: '#B85530'

red 184 ◦ green 85 ◦ blue 48

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

Shades of Fiery Orange #B85530

Tints of Fiery Orange #B85530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 58.04%
G = 26.81%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B85530 (or 0xB85530) is known color: Fiery Orange. HEX triplet: B8, 55 and 30. RGB value is (184,85,48). Sum of RGB (Red+Green+Blue) = 184+85+48=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B85530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85530 is #47AACF. Grayscale: #6E6E6E. Windows color (decimal): -4696784 or 3167672. OLE color: 3167672.

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

Color convert

RGB 184 85 48 -
CMYK 0 0.54 0.74 0.28
HSL 16.32º 0.59% 0.45% -
HSV(B) 16.32º 0.74% 0.72% -
XYZ 23.55 16.9 4.82 -
YUV 110.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 184 85 48 0 0.54 0.74 0.28 16.32 0.59 0.45
Hex B8 55 30 0 36 4A 1C 10 3B 2D
Octal 270 125 60 0 66 112 34 20 73 55
Binary 10111000 1010101 110000 0 110110 1001010 11100 10000 111011 101101

Color Harmonies of #B85530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85530

Black with #B85530

Text Example


Text Example

White with #B85530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85530; }

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

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

background-color css

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

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

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

border-color css

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

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

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