Html Css Color HEX #B86353 Flame Pea

📋 copy color: '#B86353'

red 184 ◦ green 99 ◦ blue 83

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

Shades of Flame Pea #B86353

Tints of Flame Pea #B86353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 50.27%
G = 27.05%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B86353 (or 0xB86353) is known color: Flame Pea. HEX triplet: B8, 63 and 53. RGB value is (184,99,83). Sum of RGB (Red+Green+Blue) = 184+99+83=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B86353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86353 is #479CAC. Grayscale: #7A7A7A. Windows color (decimal): -4693165 or 5465016. OLE color: 5465016.

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

Color convert

RGB 184 99 83 -
CMYK 0 0.46 0.55 0.28
HSL 9.5º 0.42% 0.52% -
HSV(B) 9.5º 0.55% 0.72% -
XYZ 25.79 19.74 10.63 -
YUV 122.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 184 99 83 0 0.46 0.55 0.28 9.5 0.42 0.52
Hex B8 63 53 0 2E 37 1C A 2A 34
Octal 270 143 123 0 56 67 34 12 52 64
Binary 10111000 1100011 1010011 0 101110 110111 11100 1010 101010 110100

Color Harmonies of #B86353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86353

Black with #B86353

Text Example


Text Example

White with #B86353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86353; }

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

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

background-color css

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

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

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

border-color css

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

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

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