Html Css Color HEX #B85826 Fiery Orange

📋 copy color: '#B85826'

red 184 ◦ green 88 ◦ blue 38

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

Shades of Fiery Orange #B85826

Tints of Fiery Orange #B85826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 59.35%
G = 28.39%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B85826 (or 0xB85826) is known color: Fiery Orange. HEX triplet: B8, 58 and 26. RGB value is (184,88,38). Sum of RGB (Red+Green+Blue) = 184+88+38=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85826 is #47A7D9. Grayscale: #6F6F6F. Windows color (decimal): -4696026 or 2513080. OLE color: 2513080.

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

Color convert

RGB 184 88 38 -
CMYK 0 0.52 0.79 0.28
HSL 20.55º 0.66% 0.44% -
HSV(B) 20.55º 0.79% 0.72% -
XYZ 23.61 17.31 3.93 -
YUV 111 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 184 88 38 0 0.52 0.79 0.28 20.55 0.66 0.44
Hex B8 58 26 0 34 4F 1C 15 42 2C
Octal 270 130 46 0 64 117 34 25 102 54
Binary 10111000 1011000 100110 0 110100 1001111 11100 10101 1000010 101100

Color Harmonies of #B85826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85826

Black with #B85826

Text Example


Text Example

White with #B85826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85826; }

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

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

background-color css

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

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

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

border-color css

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

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

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