Html Css Color HEX #B56250 Flame Pea

📋 copy color: '#B56250'

red 181 ◦ green 98 ◦ blue 80

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

Shades of Flame Pea #B56250

Tints of Flame Pea #B56250

RGB

 RED value IS 181 (71.09% from 255) = 50.42%

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

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

R = 50.42%
G = 27.3%
B = 22.28%

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

#B56250 (or 0xB56250) is known color: Flame Pea. HEX triplet: B5, 62 and 50. RGB value is (181,98,80). Sum of RGB (Red+Green+Blue) = 181+98+80=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B56250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56250 is #4A9DAF. Grayscale: #787878. Windows color (decimal): -4890032 or 5268149. OLE color: 5268149.

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

Color convert

RGB 181 98 80 -
CMYK 0 0.46 0.56 0.29
HSL 10.69º 0.41% 0.51% -
HSV(B) 10.69º 0.56% 0.71% -
XYZ 24.87 19.14 9.97 -
YUV 120.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 181 98 80 0 0.46 0.56 0.29 10.69 0.41 0.51
Hex B5 62 50 0 2E 38 1D B 29 33
Octal 265 142 120 0 56 70 35 13 51 63
Binary 10110101 1100010 1010000 0 101110 111000 11101 1011 101001 110011

Color Harmonies of #B56250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56250

Black with #B56250

Text Example


Text Example

White with #B56250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56250; }

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

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

background-color css

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

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

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

border-color css

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

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

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