Html Css Color HEX #B3604A Flame Pea

📋 copy color: '#B3604A'

red 179 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #B3604A

Tints of Flame Pea #B3604A

RGB

 RED value IS 179 (70.31% from 255) = 51.29%

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

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

R = 51.29%
G = 27.51%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3604A (or 0xB3604A) is known color: Flame Pea. HEX triplet: B3, 60 and 4A. RGB value is (179,96,74). Sum of RGB (Red+Green+Blue) = 179+96+74=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3604A is #4C9FB5. Grayscale: #767676. Windows color (decimal): -5021622 or 4874419. OLE color: 4874419.

HSL color Cylindrical-coordinate representation of color #B3604A: hue angle of 12.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3604A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 74 -
CMYK 0 0.46 0.59 0.30
HSL 12.57º 0.42% 0.5% -
HSV(B) 12.57º 0.59% 0.7% -
XYZ 24.01 18.44 8.77 -
YUV 118.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 179 96 74 0 0.46 0.59 0.30 12.57 0.42 0.5
Hex B3 60 4A 0 2E 3B 1E D 2A 32
Octal 263 140 112 0 56 73 36 15 52 62
Binary 10110011 1100000 1001010 0 101110 111011 11110 1101 101010 110010

Color Harmonies of #B3604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3604A

Black with #B3604A

Text Example


Text Example

White with #B3604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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