Html Css Color HEX #B85C22 Fiery Orange

📋 copy color: '#B85C22'

red 184 ◦ green 92 ◦ blue 34

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

Shades of Fiery Orange #B85C22

Tints of Fiery Orange #B85C22

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 59.35%
G = 29.68%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B85C22 (or 0xB85C22) is known color: Fiery Orange. HEX triplet: B8, 5C and 22. RGB value is (184,92,34). Sum of RGB (Red+Green+Blue) = 184+92+34=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C22 is #47A3DD. Grayscale: #717171. Windows color (decimal): -4695006 or 2251960. OLE color: 2251960.

HSL color Cylindrical-coordinate representation of color #B85C22: hue angle of 23.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85C22 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 34 -
CMYK 0 0.50 0.82 0.28
HSL 23.2º 0.69% 0.43% -
HSV(B) 23.2º 0.82% 0.72% -
XYZ 23.88 17.96 3.72 -
YUV 112.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 184 92 34 0 0.50 0.82 0.28 23.2 0.69 0.43
Hex B8 5C 22 0 32 52 1C 17 45 2B
Octal 270 134 42 0 62 122 34 27 105 53
Binary 10111000 1011100 100010 0 110010 1010010 11100 10111 1000101 101011

Color Harmonies of #B85C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C22

Black with #B85C22

Text Example


Text Example

White with #B85C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C22; }

 p { color: rgb(184,92,34); }

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

background-color css

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

 a { background-color: rgb(184,92,34); }

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

border-color css

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

 span { border-color: rgb(184,92,34); }

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