Html Css Color HEX #B85430 Fiery Orange

📋 copy color: '#B85430'

red 184 ◦ green 84 ◦ blue 48

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

Shades of Fiery Orange #B85430

Tints of Fiery Orange #B85430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 58.23%
G = 26.58%
B = 15.19%

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

#B85430 (or 0xB85430) is known color: Fiery Orange. HEX triplet: B8, 54 and 30. RGB value is (184,84,48). Sum of RGB (Red+Green+Blue) = 184+84+48=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85430 is #47ABCF. Grayscale: #6E6E6E. Windows color (decimal): -4697040 or 3167416. OLE color: 3167416.

HSL color Cylindrical-coordinate representation of color #B85430: hue angle of 15.88º 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 #B85430 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 48 -
CMYK 0 0.54 0.74 0.28
HSL 15.88º 0.59% 0.45% -
HSV(B) 15.88º 0.74% 0.72% -
XYZ 23.47 16.74 4.79 -
YUV 109.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 184 84 48 0 0.54 0.74 0.28 15.88 0.59 0.45
Hex B8 54 30 0 36 4A 1C 10 3B 2D
Octal 270 124 60 0 66 112 34 20 73 55
Binary 10111000 1010100 110000 0 110110 1001010 11100 10000 111011 101101

Color Harmonies of #B85430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85430

Black with #B85430

Text Example


Text Example

White with #B85430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85430; }

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

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

background-color css

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

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

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

border-color css

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

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

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