Html Css Color HEX #B85328 Fiery Orange

📋 copy color: '#B85328'

red 184 ◦ green 83 ◦ blue 40

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

Shades of Fiery Orange #B85328

Tints of Fiery Orange #B85328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 59.93%
G = 27.04%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B85328 (or 0xB85328) is known color: Fiery Orange. HEX triplet: B8, 53 and 28. RGB value is (184,83,40). Sum of RGB (Red+Green+Blue) = 184+83+40=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85328 is #47ACD7. Grayscale: #6C6C6C. Windows color (decimal): -4697304 or 2642872. OLE color: 2642872.

HSL color Cylindrical-coordinate representation of color #B85328: hue angle of 17.92º 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 #B85328 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 40 -
CMYK 0 0.55 0.78 0.28
HSL 17.92º 0.64% 0.44% -
HSV(B) 17.92º 0.78% 0.72% -
XYZ 23.24 16.53 3.97 -
YUV 108.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 184 83 40 0 0.55 0.78 0.28 17.92 0.64 0.44
Hex B8 53 28 0 37 4E 1C 12 40 2C
Octal 270 123 50 0 67 116 34 22 100 54
Binary 10111000 1010011 101000 0 110111 1001110 11100 10010 1000000 101100

Color Harmonies of #B85328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85328

Black with #B85328

Text Example


Text Example

White with #B85328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85328; }

 p { color: rgb(184,83,40); }

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

background-color css

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

 a { background-color: rgb(184,83,40); }

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

border-color css

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

 span { border-color: rgb(184,83,40); }

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