Html Css Color HEX #B3604E Flame Pea

📋 copy color: '#B3604E'

red 179 ◦ green 96 ◦ blue 78

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

Shades of Flame Pea #B3604E

Tints of Flame Pea #B3604E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 50.71%
G = 27.2%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3604E (or 0xB3604E) is known color: Flame Pea. HEX triplet: B3, 60 and 4E. RGB value is (179,96,78). Sum of RGB (Red+Green+Blue) = 179+96+78=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3604E is #4C9FB1. Grayscale: #767676. Windows color (decimal): -5021618 or 5136563. OLE color: 5136563.

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

Color convert

RGB 179 96 78 -
CMYK 0 0.46 0.56 0.30
HSL 10.69º 0.4% 0.5% -
HSV(B) 10.69º 0.56% 0.7% -
XYZ 24.15 18.5 9.51 -
YUV 118.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 179 96 78 0 0.46 0.56 0.30 10.69 0.4 0.5
Hex B3 60 4E 0 2E 38 1E B 28 32
Octal 263 140 116 0 56 70 36 13 50 62
Binary 10110011 1100000 1001110 0 101110 111000 11110 1011 101000 110010

Color Harmonies of #B3604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3604E

Black with #B3604E

Text Example


Text Example

White with #B3604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3604E; }

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

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

background-color css

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

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

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

border-color css

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

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

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