Html Css Color HEX #B8614C Flame Pea

📋 copy color: '#B8614C'

red 184 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #B8614C

Tints of Flame Pea #B8614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 51.54%
G = 27.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8614C (or 0xB8614C) is known color: Flame Pea. HEX triplet: B8, 61 and 4C. RGB value is (184,97,76). Sum of RGB (Red+Green+Blue) = 184+97+76=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8614C is #479EB3. Grayscale: #787878. Windows color (decimal): -4693684 or 5005752. OLE color: 5005752.

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

Color convert

RGB 184 97 76 -
CMYK 0 0.47 0.59 0.28
HSL 11.67º 0.43% 0.51% -
HSV(B) 11.67º 0.59% 0.72% -
XYZ 25.35 19.26 9.22 -
YUV 120.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 184 97 76 0 0.47 0.59 0.28 11.67 0.43 0.51
Hex B8 61 4C 0 2F 3B 1C C 2B 33
Octal 270 141 114 0 57 73 34 14 53 63
Binary 10111000 1100001 1001100 0 101111 111011 11100 1100 101011 110011

Color Harmonies of #B8614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8614C

Black with #B8614C

Text Example


Text Example

White with #B8614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8614C; }

 p { color: rgb(184,97,76); }

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

background-color css

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

 a { background-color: rgb(184,97,76); }

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

border-color css

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

 span { border-color: rgb(184,97,76); }

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