Html Css Color HEX #B46250 Flame Pea

📋 copy color: '#B46250'

red 180 ◦ green 98 ◦ blue 80

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

Shades of Flame Pea #B46250

Tints of Flame Pea #B46250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 50.28%
G = 27.37%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B46250 (or 0xB46250) is known color: Flame Pea. HEX triplet: B4, 62 and 50. RGB value is (180,98,80). Sum of RGB (Red+Green+Blue) = 180+98+80=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B46250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46250 is #4B9DAF. Grayscale: #787878. Windows color (decimal): -4955568 or 5268148. OLE color: 5268148.

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

Color convert

RGB 180 98 80 -
CMYK 0 0.46 0.56 0.29
HSL 10.8º 0.4% 0.51% -
HSV(B) 10.8º 0.56% 0.71% -
XYZ 24.64 19.02 9.96 -
YUV 120.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 180 98 80 0 0.46 0.56 0.29 10.8 0.4 0.51
Hex B4 62 50 0 2E 38 1D B 28 33
Octal 264 142 120 0 56 70 35 13 50 63
Binary 10110100 1100010 1010000 0 101110 111000 11101 1011 101000 110011

Color Harmonies of #B46250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46250

Black with #B46250

Text Example


Text Example

White with #B46250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46250; }

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

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

background-color css

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

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

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

border-color css

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

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

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