Html Css Color HEX #B8644F Flame Pea

📋 copy color: '#B8644F'

red 184 ◦ green 100 ◦ blue 79

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

Shades of Flame Pea #B8644F

Tints of Flame Pea #B8644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 50.69%
G = 27.55%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8644F (or 0xB8644F) is known color: Flame Pea. HEX triplet: B8, 64 and 4F. RGB value is (184,100,79). Sum of RGB (Red+Green+Blue) = 184+100+79=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8644F is #479BB0. Grayscale: #7A7A7A. Windows color (decimal): -4692913 or 5203128. OLE color: 5203128.

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

Color convert

RGB 184 100 79 -
CMYK 0 0.46 0.57 0.28
HSL 12º 0.43% 0.52% -
HSV(B) 12º 0.57% 0.72% -
XYZ 25.74 19.87 9.88 -
YUV 122.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 184 100 79 0 0.46 0.57 0.28 12 0.43 0.52
Hex B8 64 4F 0 2E 39 1C C 2B 34
Octal 270 144 117 0 56 71 34 14 53 64
Binary 10111000 1100100 1001111 0 101110 111001 11100 1100 101011 110100

Color Harmonies of #B8644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8644F

Black with #B8644F

Text Example


Text Example

White with #B8644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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