Html Css Color HEX #B56352 Flame Pea

📋 copy color: '#B56352'

red 181 ◦ green 99 ◦ blue 82

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

Shades of Flame Pea #B56352

Tints of Flame Pea #B56352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 50%
G = 27.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B56352 (or 0xB56352) is known color: Flame Pea. HEX triplet: B5, 63 and 52. RGB value is (181,99,82). Sum of RGB (Red+Green+Blue) = 181+99+82=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B56352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56352 is #4A9CAD. Grayscale: #797979. Windows color (decimal): -4889774 or 5399477. OLE color: 5399477.

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

Color convert

RGB 181 99 82 -
CMYK 0 0.45 0.55 0.29
HSL 10.3º 0.4% 0.52% -
HSV(B) 10.3º 0.55% 0.71% -
XYZ 25.04 19.36 10.4 -
YUV 121.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 181 99 82 0 0.45 0.55 0.29 10.3 0.4 0.52
Hex B5 63 52 0 2D 37 1D A 28 34
Octal 265 143 122 0 55 67 35 12 50 64
Binary 10110101 1100011 1010010 0 101101 110111 11101 1010 101000 110100

Color Harmonies of #B56352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56352

Black with #B56352

Text Example


Text Example

White with #B56352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56352; }

 p { color: rgb(181,99,82); }

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

background-color css

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

 a { background-color: rgb(181,99,82); }

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

border-color css

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

 span { border-color: rgb(181,99,82); }

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