Html Css Color HEX #B85C21 Fiery Orange

📋 copy color: '#B85C21'

red 184 ◦ green 92 ◦ blue 33

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

Shades of Fiery Orange #B85C21

Tints of Fiery Orange #B85C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 59.55%
G = 29.77%
B = 10.68%

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

#B85C21 (or 0xB85C21) is known color: Fiery Orange. HEX triplet: B8, 5C and 21. RGB value is (184,92,33). Sum of RGB (Red+Green+Blue) = 184+92+33=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C21 is #47A3DE. Grayscale: #717171. Windows color (decimal): -4695007 or 2186424. OLE color: 2186424.

HSL color Cylindrical-coordinate representation of color #B85C21: hue angle of 23.44º degrees, saturation: 0.7, 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 #B85C21 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 33 -
CMYK 0 0.50 0.82 0.28
HSL 23.44º 0.7% 0.43% -
HSV(B) 23.44º 0.82% 0.72% -
XYZ 23.87 17.95 3.65 -
YUV 112.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 184 92 33 0 0.50 0.82 0.28 23.44 0.7 0.43
Hex B8 5C 21 0 32 52 1C 17 46 2B
Octal 270 134 41 0 62 122 34 27 106 53
Binary 10111000 1011100 100001 0 110010 1010010 11100 10111 1000110 101011

Color Harmonies of #B85C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C21

Black with #B85C21

Text Example


Text Example

White with #B85C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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