Html Css Color HEX #B85B29 Fiery Orange

📋 copy color: '#B85B29'

red 184 ◦ green 91 ◦ blue 41

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

Shades of Fiery Orange #B85B29

Tints of Fiery Orange #B85B29

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 58.23%
G = 28.8%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B85B29 (or 0xB85B29) is known color: Fiery Orange. HEX triplet: B8, 5B and 29. RGB value is (184,91,41). Sum of RGB (Red+Green+Blue) = 184+91+41=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B29 is #47A4D6. Grayscale: #717171. Windows color (decimal): -4695255 or 2710456. OLE color: 2710456.

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

Color convert

RGB 184 91 41 -
CMYK 0 0.51 0.78 0.28
HSL 20.98º 0.64% 0.44% -
HSV(B) 20.98º 0.78% 0.72% -
XYZ 23.91 17.83 4.28 -
YUV 113.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 184 91 41 0 0.51 0.78 0.28 20.98 0.64 0.44
Hex B8 5B 29 0 33 4E 1C 15 40 2C
Octal 270 133 51 0 63 116 34 25 100 54
Binary 10111000 1011011 101001 0 110011 1001110 11100 10101 1000000 101100

Color Harmonies of #B85B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B29

Black with #B85B29

Text Example


Text Example

White with #B85B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B29; }

 p { color: rgb(184,91,41); }

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

background-color css

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

 a { background-color: rgb(184,91,41); }

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

border-color css

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

 span { border-color: rgb(184,91,41); }

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