Html Css Color HEX #B46255 Flame Pea

📋 copy color: '#B46255'

red 180 ◦ green 98 ◦ blue 85

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

Shades of Flame Pea #B46255

Tints of Flame Pea #B46255

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

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

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

R = 49.59%
G = 27%
B = 23.42%

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

#B46255 (or 0xB46255) is known color: Flame Pea. HEX triplet: B4, 62 and 55. RGB value is (180,98,85). Sum of RGB (Red+Green+Blue) = 180+98+85=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46255 is #4B9DAA. Grayscale: #797979. Windows color (decimal): -4955563 or 5595828. OLE color: 5595828.

HSL color Cylindrical-coordinate representation of color #B46255: hue angle of 8.21º degrees, saturation: 0.39, 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 #B46255 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 85 -
CMYK 0 0.46 0.53 0.29
HSL 8.21º 0.39% 0.52% -
HSV(B) 8.21º 0.53% 0.71% -
XYZ 24.83 19.09 10.97 -
YUV 121.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 180 98 85 0 0.46 0.53 0.29 8.21 0.39 0.52
Hex B4 62 55 0 2E 35 1D 8 27 34
Octal 264 142 125 0 56 65 35 10 47 64
Binary 10110100 1100010 1010101 0 101110 110101 11101 1000 100111 110100

Color Harmonies of #B46255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46255

Black with #B46255

Text Example


Text Example

White with #B46255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46255; }

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

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

background-color css

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

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

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

border-color css

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

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

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