Html Css Color HEX #B26155 Flame Pea

📋 copy color: '#B26155'

red 178 ◦ green 97 ◦ blue 85

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

Shades of Flame Pea #B26155

Tints of Flame Pea #B26155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 49.44%
G = 26.94%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B26155 (or 0xB26155) is known color: Flame Pea. HEX triplet: B2, 61 and 55. RGB value is (178,97,85). Sum of RGB (Red+Green+Blue) = 178+97+85=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B26155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26155 is #4D9EAA. Grayscale: #777777. Windows color (decimal): -5086891 or 5595570. OLE color: 5595570.

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

Color convert

RGB 178 97 85 -
CMYK 0 0.46 0.52 0.30
HSL 7.74º 0.38% 0.52% -
HSV(B) 7.74º 0.52% 0.7% -
XYZ 24.27 18.67 10.92 -
YUV 119.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 178 97 85 0 0.46 0.52 0.30 7.74 0.38 0.52
Hex B2 61 55 0 2E 34 1E 8 26 34
Octal 262 141 125 0 56 64 36 10 46 64
Binary 10110010 1100001 1010101 0 101110 110100 11110 1000 100110 110100

Color Harmonies of #B26155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26155

Black with #B26155

Text Example


Text Example

White with #B26155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26155; }

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

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

background-color css

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

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

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

border-color css

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

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

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