Html Css Color HEX #B85A23 Fiery Orange

📋 copy color: '#B85A23'

red 184 ◦ green 90 ◦ blue 35

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

Shades of Fiery Orange #B85A23

Tints of Fiery Orange #B85A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 59.55%
G = 29.13%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B85A23 (or 0xB85A23) is known color: Fiery Orange. HEX triplet: B8, 5A and 23. RGB value is (184,90,35). Sum of RGB (Red+Green+Blue) = 184+90+35=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A23 is #47A5DC. Grayscale: #707070. Windows color (decimal): -4695517 or 2316984. OLE color: 2316984.

HSL color Cylindrical-coordinate representation of color #B85A23: hue angle of 22.15º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B85A23 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 35 -
CMYK 0 0.51 0.81 0.28
HSL 22.15º 0.68% 0.43% -
HSV(B) 22.15º 0.81% 0.72% -
XYZ 23.73 17.62 3.74 -
YUV 111.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 184 90 35 0 0.51 0.81 0.28 22.15 0.68 0.43
Hex B8 5A 23 0 33 51 1C 16 44 2B
Octal 270 132 43 0 63 121 34 26 104 53
Binary 10111000 1011010 100011 0 110011 1010001 11100 10110 1000100 101011

Color Harmonies of #B85A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A23

Black with #B85A23

Text Example


Text Example

White with #B85A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A23; }

 p { color: rgb(184,90,35); }

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

background-color css

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

 a { background-color: rgb(184,90,35); }

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

border-color css

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

 span { border-color: rgb(184,90,35); }

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