Html Css Color HEX #B85C2B Fiery Orange

📋 copy color: '#B85C2B'

red 184 ◦ green 92 ◦ blue 43

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

Shades of Fiery Orange #B85C2B

Tints of Fiery Orange #B85C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 57.68%
G = 28.84%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B85C2B (or 0xB85C2B) is known color: Fiery Orange. HEX triplet: B8, 5C and 2B. RGB value is (184,92,43). Sum of RGB (Red+Green+Blue) = 184+92+43=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C2B is #47A3D4. Grayscale: #727272. Windows color (decimal): -4694997 or 2841784. OLE color: 2841784.

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

Color convert

RGB 184 92 43 -
CMYK 0 0.50 0.77 0.28
HSL 20.85º 0.62% 0.45% -
HSV(B) 20.85º 0.77% 0.72% -
XYZ 24.03 18.02 4.5 -
YUV 113.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 184 92 43 0 0.50 0.77 0.28 20.85 0.62 0.45
Hex B8 5C 2B 0 32 4D 1C 15 3E 2D
Octal 270 134 53 0 62 115 34 25 76 55
Binary 10111000 1011100 101011 0 110010 1001101 11100 10101 111110 101101

Color Harmonies of #B85C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C2B

Black with #B85C2B

Text Example


Text Example

White with #B85C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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