Html Css Color HEX #B85A26 Fiery Orange

📋 copy color: '#B85A26'

red 184 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #B85A26

Tints of Fiery Orange #B85A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 58.97%
G = 28.85%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B85A26 (or 0xB85A26) is known color: Fiery Orange. HEX triplet: B8, 5A and 26. RGB value is (184,90,38). Sum of RGB (Red+Green+Blue) = 184+90+38=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A26 is #47A5D9. Grayscale: #707070. Windows color (decimal): -4695514 or 2513592. OLE color: 2513592.

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

Color convert

RGB 184 90 38 -
CMYK 0 0.51 0.79 0.28
HSL 21.37º 0.66% 0.44% -
HSV(B) 21.37º 0.79% 0.72% -
XYZ 23.77 17.64 3.99 -
YUV 112.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 184 90 38 0 0.51 0.79 0.28 21.37 0.66 0.44
Hex B8 5A 26 0 33 4F 1C 15 42 2C
Octal 270 132 46 0 63 117 34 25 102 54
Binary 10111000 1011010 100110 0 110011 1001111 11100 10101 1000010 101100

Color Harmonies of #B85A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A26

Black with #B85A26

Text Example


Text Example

White with #B85A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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