Html Css Color HEX #B8644D Flame Pea

📋 copy color: '#B8644D'

red 184 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #B8644D

Tints of Flame Pea #B8644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 50.97%
G = 27.7%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8644D (or 0xB8644D) is known color: Flame Pea. HEX triplet: B8, 64 and 4D. RGB value is (184,100,77). Sum of RGB (Red+Green+Blue) = 184+100+77=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8644D is #479BB2. Grayscale: #7A7A7A. Windows color (decimal): -4692915 or 5072056. OLE color: 5072056.

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

Color convert

RGB 184 100 77 -
CMYK 0 0.46 0.58 0.28
HSL 12.9º 0.43% 0.51% -
HSV(B) 12.9º 0.58% 0.72% -
XYZ 25.66 19.84 9.5 -
YUV 122.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 184 100 77 0 0.46 0.58 0.28 12.9 0.43 0.51
Hex B8 64 4D 0 2E 3A 1C D 2B 33
Octal 270 144 115 0 56 72 34 15 53 63
Binary 10111000 1100100 1001101 0 101110 111010 11100 1101 101011 110011

Color Harmonies of #B8644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8644D

Black with #B8644D

Text Example


Text Example

White with #B8644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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