Html Css Color HEX #B2604C Flame Pea

📋 copy color: '#B2604C'

red 178 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #B2604C

Tints of Flame Pea #B2604C

RGB

 RED value IS 178 (69.92% from 255) = 50.86%

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

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

R = 50.86%
G = 27.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2604C (or 0xB2604C) is known color: Flame Pea. HEX triplet: B2, 60 and 4C. RGB value is (178,96,76). Sum of RGB (Red+Green+Blue) = 178+96+76=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2604C is #4D9FB3. Grayscale: #767676. Windows color (decimal): -5087156 or 5005490. OLE color: 5005490.

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

Color convert

RGB 178 96 76 -
CMYK 0 0.46 0.57 0.30
HSL 11.76º 0.4% 0.5% -
HSV(B) 11.76º 0.57% 0.7% -
XYZ 23.85 18.35 9.12 -
YUV 118.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 178 96 76 0 0.46 0.57 0.30 11.76 0.4 0.5
Hex B2 60 4C 0 2E 39 1E C 28 32
Octal 262 140 114 0 56 71 36 14 50 62
Binary 10110010 1100000 1001100 0 101110 111001 11110 1100 101000 110010

Color Harmonies of #B2604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2604C

Black with #B2604C

Text Example


Text Example

White with #B2604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2604C; }

 p { color: rgb(178,96,76); }

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

background-color css

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

 a { background-color: rgb(178,96,76); }

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

border-color css

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

 span { border-color: rgb(178,96,76); }

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