Html Css Color HEX #B85633 Fiery Orange

📋 copy color: '#B85633'

red 184 ◦ green 86 ◦ blue 51

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

Shades of Fiery Orange #B85633

Tints of Fiery Orange #B85633

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 57.32%
G = 26.79%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85633 (or 0xB85633) is known color: Fiery Orange. HEX triplet: B8, 56 and 33. RGB value is (184,86,51). Sum of RGB (Red+Green+Blue) = 184+86+51=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B85633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85633 is #47A9CC. Grayscale: #6F6F6F. Windows color (decimal): -4696525 or 3364536. OLE color: 3364536.

HSL color Cylindrical-coordinate representation of color #B85633: hue angle of 15.79º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85633 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 51 -
CMYK 0 0.53 0.72 0.28
HSL 15.79º 0.57% 0.46% -
HSV(B) 15.79º 0.72% 0.72% -
XYZ 23.69 17.08 5.18 -
YUV 111.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 184 86 51 0 0.53 0.72 0.28 15.79 0.57 0.46
Hex B8 56 33 0 35 48 1C 10 39 2E
Octal 270 126 63 0 65 110 34 20 71 56
Binary 10111000 1010110 110011 0 110101 1001000 11100 10000 111001 101110

Color Harmonies of #B85633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85633

Black with #B85633

Text Example


Text Example

White with #B85633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85633; }

 p { color: rgb(184,86,51); }

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

background-color css

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

 a { background-color: rgb(184,86,51); }

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

border-color css

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

 span { border-color: rgb(184,86,51); }

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