Html Css Color HEX #B85526 Fiery Orange

📋 copy color: '#B85526'

red 184 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #B85526

Tints of Fiery Orange #B85526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 59.93%
G = 27.69%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B85526 (or 0xB85526) is known color: Fiery Orange. HEX triplet: B8, 55 and 26. RGB value is (184,85,38). Sum of RGB (Red+Green+Blue) = 184+85+38=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85526 is #47AAD9. Grayscale: #6D6D6D. Windows color (decimal): -4696794 or 2512312. OLE color: 2512312.

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

Color convert

RGB 184 85 38 -
CMYK 0 0.54 0.79 0.28
HSL 19.32º 0.66% 0.44% -
HSV(B) 19.32º 0.79% 0.72% -
XYZ 23.37 16.83 3.85 -
YUV 109.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 184 85 38 0 0.54 0.79 0.28 19.32 0.66 0.44
Hex B8 55 26 0 36 4F 1C 13 42 2C
Octal 270 125 46 0 66 117 34 23 102 54
Binary 10111000 1010101 100110 0 110110 1001111 11100 10011 1000010 101100

Color Harmonies of #B85526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85526

Black with #B85526

Text Example


Text Example

White with #B85526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85526; }

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

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

background-color css

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

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

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

border-color css

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

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

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