Html Css Color HEX #B8604A Flame Pea

📋 copy color: '#B8604A'

red 184 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #B8604A

Tints of Flame Pea #B8604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 51.98%
G = 27.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8604A (or 0xB8604A) is known color: Flame Pea. HEX triplet: B8, 60 and 4A. RGB value is (184,96,74). Sum of RGB (Red+Green+Blue) = 184+96+74=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8604A is #479FB5. Grayscale: #777777. Windows color (decimal): -4693942 or 4874424. OLE color: 4874424.

HSL color Cylindrical-coordinate representation of color #B8604A: hue angle of 12º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8604A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 74 -
CMYK 0 0.48 0.60 0.28
HSL 12º 0.44% 0.51% -
HSV(B) 12º 0.6% 0.72% -
XYZ 25.19 19.05 8.83 -
YUV 119.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 184 96 74 0 0.48 0.60 0.28 12 0.44 0.51
Hex B8 60 4A 0 30 3C 1C C 2C 33
Octal 270 140 112 0 60 74 34 14 54 63
Binary 10111000 1100000 1001010 0 110000 111100 11100 1100 101100 110011

Color Harmonies of #B8604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8604A

Black with #B8604A

Text Example


Text Example

White with #B8604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8604A; }

 p { color: rgb(184,96,74); }

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

background-color css

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

 a { background-color: rgb(184,96,74); }

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

border-color css

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

 span { border-color: rgb(184,96,74); }

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