Html Css Color HEX #B86453 Flame Pea

📋 copy color: '#B86453'

red 184 ◦ green 100 ◦ blue 83

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

Shades of Flame Pea #B86453

Tints of Flame Pea #B86453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 50.14%
G = 27.25%
B = 22.62%

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

#B86453 (or 0xB86453) is known color: Flame Pea. HEX triplet: B8, 64 and 53. RGB value is (184,100,83). Sum of RGB (Red+Green+Blue) = 184+100+83=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B86453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86453 is #479BAC. Grayscale: #7B7B7B. Windows color (decimal): -4692909 or 5465272. OLE color: 5465272.

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

Color convert

RGB 184 100 83 -
CMYK 0 0.46 0.55 0.28
HSL 10.1º 0.42% 0.52% -
HSV(B) 10.1º 0.55% 0.72% -
XYZ 25.89 19.93 10.67 -
YUV 123.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 184 100 83 0 0.46 0.55 0.28 10.1 0.42 0.52
Hex B8 64 53 0 2E 37 1C A 2A 34
Octal 270 144 123 0 56 67 34 12 52 64
Binary 10111000 1100100 1010011 0 101110 110111 11100 1010 101010 110100

Color Harmonies of #B86453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86453

Black with #B86453

Text Example


Text Example

White with #B86453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86453; }

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

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

background-color css

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

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

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

border-color css

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

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

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