Html Css Color HEX #B85435 Fiery Orange

📋 copy color: '#B85435'

red 184 ◦ green 84 ◦ blue 53

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

Shades of Fiery Orange #B85435

Tints of Fiery Orange #B85435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 57.32%
G = 26.17%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B85435 (or 0xB85435) is known color: Fiery Orange. HEX triplet: B8, 54 and 35. RGB value is (184,84,53). Sum of RGB (Red+Green+Blue) = 184+84+53=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B85435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85435 is #47ABCA. Grayscale: #6E6E6E. Windows color (decimal): -4697035 or 3495096. OLE color: 3495096.

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

Color convert

RGB 184 84 53 -
CMYK 0 0.54 0.71 0.28
HSL 14.2º 0.55% 0.46% -
HSV(B) 14.2º 0.71% 0.72% -
XYZ 23.58 16.79 5.37 -
YUV 110.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 184 84 53 0 0.54 0.71 0.28 14.2 0.55 0.46
Hex B8 54 35 0 36 47 1C E 37 2E
Octal 270 124 65 0 66 107 34 16 67 56
Binary 10111000 1010100 110101 0 110110 1000111 11100 1110 110111 101110

Color Harmonies of #B85435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85435

Black with #B85435

Text Example


Text Example

White with #B85435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85435; }

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

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

background-color css

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

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

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

border-color css

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

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

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