Html Css Color HEX #B5644D Flame Pea

📋 copy color: '#B5644D'

red 181 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #B5644D

Tints of Flame Pea #B5644D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 50.56%
G = 27.93%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5644D (or 0xB5644D) is known color: Flame Pea. HEX triplet: B5, 64 and 4D. RGB value is (181,100,77). Sum of RGB (Red+Green+Blue) = 181+100+77=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5644D is #4A9BB2. Grayscale: #797979. Windows color (decimal): -4889523 or 5072053. OLE color: 5072053.

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

Color convert

RGB 181 100 77 -
CMYK 0 0.45 0.57 0.29
HSL 13.27º 0.41% 0.51% -
HSV(B) 13.27º 0.57% 0.71% -
XYZ 24.95 19.47 9.46 -
YUV 121.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 181 100 77 0 0.45 0.57 0.29 13.27 0.41 0.51
Hex B5 64 4D 0 2D 39 1D D 29 33
Octal 265 144 115 0 55 71 35 15 51 63
Binary 10110101 1100100 1001101 0 101101 111001 11101 1101 101001 110011

Color Harmonies of #B5644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5644D

Black with #B5644D

Text Example


Text Example

White with #B5644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5644D; }

 p { color: rgb(181,100,77); }

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

background-color css

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

 a { background-color: rgb(181,100,77); }

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

border-color css

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

 span { border-color: rgb(181,100,77); }

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