Html Css Color HEX #B8522B Fiery Orange

📋 copy color: '#B8522B'

red 184 ◦ green 82 ◦ blue 43

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

Shades of Fiery Orange #B8522B

Tints of Fiery Orange #B8522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 59.55%
G = 26.54%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8522B (or 0xB8522B) is known color: Fiery Orange. HEX triplet: B8, 52 and 2B. RGB value is (184,82,43). Sum of RGB (Red+Green+Blue) = 184+82+43=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8522B is #47ADD4. Grayscale: #6C6C6C. Windows color (decimal): -4697557 or 2839224. OLE color: 2839224.

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

Color convert

RGB 184 82 43 -
CMYK 0 0.55 0.77 0.28
HSL 16.6º 0.62% 0.45% -
HSV(B) 16.6º 0.77% 0.72% -
XYZ 23.22 16.4 4.23 -
YUV 108.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 184 82 43 0 0.55 0.77 0.28 16.6 0.62 0.45
Hex B8 52 2B 0 37 4D 1C 11 3E 2D
Octal 270 122 53 0 67 115 34 21 76 55
Binary 10111000 1010010 101011 0 110111 1001101 11100 10001 111110 101101

Color Harmonies of #B8522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8522B

Black with #B8522B

Text Example


Text Example

White with #B8522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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