Html Css Color HEX #B2604D Flame Pea

📋 copy color: '#B2604D'

red 178 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #B2604D

Tints of Flame Pea #B2604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 50.71%
G = 27.35%
B = 21.94%

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

#B2604D (or 0xB2604D) is known color: Flame Pea. HEX triplet: B2, 60 and 4D. RGB value is (178,96,77). Sum of RGB (Red+Green+Blue) = 178+96+77=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2604D is #4D9FB2. Grayscale: #767676. Windows color (decimal): -5087155 or 5071026. OLE color: 5071026.

HSL color Cylindrical-coordinate representation of color #B2604D: hue angle of 11.29º 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 #B2604D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 77 -
CMYK 0 0.46 0.57 0.30
HSL 11.29º 0.4% 0.5% -
HSV(B) 11.29º 0.57% 0.7% -
XYZ 23.88 18.37 9.31 -
YUV 118.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 178 96 77 0 0.46 0.57 0.30 11.29 0.4 0.5
Hex B2 60 4D 0 2E 39 1E B 28 32
Octal 262 140 115 0 56 71 36 13 50 62
Binary 10110010 1100000 1001101 0 101110 111001 11110 1011 101000 110010

Color Harmonies of #B2604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2604D

Black with #B2604D

Text Example


Text Example

White with #B2604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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