Html Css Color HEX #B85D25 Fiery Orange

📋 copy color: '#B85D25'

red 184 ◦ green 93 ◦ blue 37

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

Shades of Fiery Orange #B85D25

Tints of Fiery Orange #B85D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 58.6%
G = 29.62%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B85D25 (or 0xB85D25) is known color: Fiery Orange. HEX triplet: B8, 5D and 25. RGB value is (184,93,37). Sum of RGB (Red+Green+Blue) = 184+93+37=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D25 is #47A2DA. Grayscale: #727272. Windows color (decimal): -4694747 or 2448824. OLE color: 2448824.

HSL color Cylindrical-coordinate representation of color #B85D25: hue angle of 22.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B85D25 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 37 -
CMYK 0 0.49 0.80 0.28
HSL 22.86º 0.67% 0.43% -
HSV(B) 22.86º 0.8% 0.72% -
XYZ 24.02 18.15 3.99 -
YUV 113.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 184 93 37 0 0.49 0.80 0.28 22.86 0.67 0.43
Hex B8 5D 25 0 31 50 1C 17 43 2B
Octal 270 135 45 0 61 120 34 27 103 53
Binary 10111000 1011101 100101 0 110001 1010000 11100 10111 1000011 101011

Color Harmonies of #B85D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D25

Black with #B85D25

Text Example


Text Example

White with #B85D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D25; }

 p { color: rgb(184,93,37); }

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

background-color css

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

 a { background-color: rgb(184,93,37); }

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

border-color css

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

 span { border-color: rgb(184,93,37); }

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