Html Css Color HEX #B86354 Flame Pea

📋 copy color: '#B86354'

red 184 ◦ green 99 ◦ blue 84

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

Shades of Flame Pea #B86354

Tints of Flame Pea #B86354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 50.14%
G = 26.98%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B86354 (or 0xB86354) is known color: Flame Pea. HEX triplet: B8, 63 and 54. RGB value is (184,99,84). Sum of RGB (Red+Green+Blue) = 184+99+84=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B86354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86354 is #479CAB. Grayscale: #7A7A7A. Windows color (decimal): -4693164 or 5530552. OLE color: 5530552.

HSL color Cylindrical-coordinate representation of color #B86354: hue angle of 9º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86354 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 84 -
CMYK 0 0.46 0.54 0.28
HSL 0.41% 0.53% -
HSV(B) 0.54% 0.72% -
XYZ 25.83 19.75 10.84 -
YUV 122.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 184 99 84 0 0.46 0.54 0.28 9 0.41 0.53
Hex B8 63 54 0 2E 36 1C 9 29 35
Octal 270 143 124 0 56 66 34 11 51 65
Binary 10111000 1100011 1010100 0 101110 110110 11100 1001 101001 110101

Color Harmonies of #B86354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86354

Black with #B86354

Text Example


Text Example

White with #B86354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86354; }

 p { color: rgb(184,99,84); }

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

background-color css

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

 a { background-color: rgb(184,99,84); }

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

border-color css

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

 span { border-color: rgb(184,99,84); }

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