Html Css Color HEX #B2614D Flame Pea

📋 copy color: '#B2614D'

red 178 ◦ green 97 ◦ blue 77

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

Shades of Flame Pea #B2614D

Tints of Flame Pea #B2614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 50.57%
G = 27.56%
B = 21.88%

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

#B2614D (or 0xB2614D) is known color: Flame Pea. HEX triplet: B2, 61 and 4D. RGB value is (178,97,77). Sum of RGB (Red+Green+Blue) = 178+97+77=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2614D is #4D9EB2. Grayscale: #777777. Windows color (decimal): -5086899 or 5071282. OLE color: 5071282.

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

Color convert

RGB 178 97 77 -
CMYK 0 0.46 0.57 0.30
HSL 11.88º 0.4% 0.5% -
HSV(B) 11.88º 0.57% 0.7% -
XYZ 23.97 18.55 9.34 -
YUV 118.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 178 97 77 0 0.46 0.57 0.30 11.88 0.4 0.5
Hex B2 61 4D 0 2E 39 1E C 28 32
Octal 262 141 115 0 56 71 36 14 50 62
Binary 10110010 1100001 1001101 0 101110 111001 11110 1100 101000 110010

Color Harmonies of #B2614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2614D

Black with #B2614D

Text Example


Text Example

White with #B2614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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