Html Css Color HEX #B85434 Fiery Orange

📋 copy color: '#B85434'

red 184 ◦ green 84 ◦ blue 52

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

Shades of Fiery Orange #B85434

Tints of Fiery Orange #B85434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 57.5%
G = 26.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85434 (or 0xB85434) is known color: Fiery Orange. HEX triplet: B8, 54 and 34. RGB value is (184,84,52). Sum of RGB (Red+Green+Blue) = 184+84+52=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B85434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85434 is #47ABCB. Grayscale: #6E6E6E. Windows color (decimal): -4697036 or 3429560. OLE color: 3429560.

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

Color convert

RGB 184 84 52 -
CMYK 0 0.54 0.72 0.28
HSL 14.55º 0.56% 0.46% -
HSV(B) 14.55º 0.72% 0.72% -
XYZ 23.56 16.78 5.25 -
YUV 110.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 184 84 52 0 0.54 0.72 0.28 14.55 0.56 0.46
Hex B8 54 34 0 36 48 1C F 38 2E
Octal 270 124 64 0 66 110 34 17 70 56
Binary 10111000 1010100 110100 0 110110 1001000 11100 1111 111000 101110

Color Harmonies of #B85434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85434

Black with #B85434

Text Example


Text Example

White with #B85434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85434; }

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

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

background-color css

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

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

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

border-color css

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

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

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