Html Css Color HEX #B85D2A Fiery Orange

📋 copy color: '#B85D2A'

red 184 ◦ green 93 ◦ blue 42

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

Shades of Fiery Orange #B85D2A

Tints of Fiery Orange #B85D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 57.68%
G = 29.15%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B85D2A (or 0xB85D2A) is known color: Fiery Orange. HEX triplet: B8, 5D and 2A. RGB value is (184,93,42). Sum of RGB (Red+Green+Blue) = 184+93+42=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D2A is #47A2D5. Grayscale: #727272. Windows color (decimal): -4694742 or 2776504. OLE color: 2776504.

HSL color Cylindrical-coordinate representation of color #B85D2A: hue angle of 21.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B85D2A is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 42 -
CMYK 0 0.49 0.77 0.28
HSL 21.55º 0.63% 0.44% -
HSV(B) 21.55º 0.77% 0.72% -
XYZ 24.1 18.19 4.43 -
YUV 114.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 184 93 42 0 0.49 0.77 0.28 21.55 0.63 0.44
Hex B8 5D 2A 0 31 4D 1C 16 3F 2C
Octal 270 135 52 0 61 115 34 26 77 54
Binary 10111000 1011101 101010 0 110001 1001101 11100 10110 111111 101100

Color Harmonies of #B85D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D2A

Black with #B85D2A

Text Example


Text Example

White with #B85D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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