Html Css Color HEX #B66255 Flame Pea

📋 copy color: '#B66255'

red 182 ◦ green 98 ◦ blue 85

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

Shades of Flame Pea #B66255

Tints of Flame Pea #B66255

RGB

 RED value IS 182 (71.48% from 255) = 49.86%

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 49.86%
G = 26.85%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B66255 (or 0xB66255) is known color: Flame Pea. HEX triplet: B6, 62 and 55. RGB value is (182,98,85). Sum of RGB (Red+Green+Blue) = 182+98+85=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66255 is #499DAA. Grayscale: #797979. Windows color (decimal): -4824491 or 5595830. OLE color: 5595830.

HSL color Cylindrical-coordinate representation of color #B66255: hue angle of 8.04º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66255 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 85 -
CMYK 0 0.46 0.53 0.29
HSL 8.04º 0.4% 0.52% -
HSV(B) 8.04º 0.53% 0.71% -
XYZ 25.3 19.34 10.99 -
YUV 121.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 182 98 85 0 0.46 0.53 0.29 8.04 0.4 0.52
Hex B6 62 55 0 2E 35 1D 8 28 34
Octal 266 142 125 0 56 65 35 10 50 64
Binary 10110110 1100010 1010101 0 101110 110101 11101 1000 101000 110100

Color Harmonies of #B66255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66255

Black with #B66255

Text Example


Text Example

White with #B66255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66255; }

 p { color: rgb(182,98,85); }

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

background-color css

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

 a { background-color: rgb(182,98,85); }

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

border-color css

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

 span { border-color: rgb(182,98,85); }

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