Html Css Color HEX #B1604E Flame Pea

📋 copy color: '#B1604E'

red 177 ◦ green 96 ◦ blue 78

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

Shades of Flame Pea #B1604E

Tints of Flame Pea #B1604E

RGB

 RED value IS 177 (69.53% from 255) = 50.43%

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

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

R = 50.43%
G = 27.35%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1604E (or 0xB1604E) is known color: Flame Pea. HEX triplet: B1, 60 and 4E. RGB value is (177,96,78). Sum of RGB (Red+Green+Blue) = 177+96+78=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1604E is #4E9FB1. Grayscale: #767676. Windows color (decimal): -5152690 or 5136561. OLE color: 5136561.

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

Color convert

RGB 177 96 78 -
CMYK 0 0.46 0.56 0.31
HSL 10.91º 0.39% 0.5% -
HSV(B) 10.91º 0.56% 0.69% -
XYZ 23.69 18.26 9.48 -
YUV 118.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 177 96 78 0 0.46 0.56 0.31 10.91 0.39 0.5
Hex B1 60 4E 0 2E 38 1F B 27 32
Octal 261 140 116 0 56 70 37 13 47 62
Binary 10110001 1100000 1001110 0 101110 111000 11111 1011 100111 110010

Color Harmonies of #B1604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1604E

Black with #B1604E

Text Example


Text Example

White with #B1604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1604E; }

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

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

background-color css

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

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

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

border-color css

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

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

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