Html Css Color HEX #B6644D Flame Pea

📋 copy color: '#B6644D'

red 182 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #B6644D

Tints of Flame Pea #B6644D

RGB

 RED value IS 182 (71.48% from 255) = 50.7%

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

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

R = 50.7%
G = 27.86%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6644D (or 0xB6644D) is known color: Flame Pea. HEX triplet: B6, 64 and 4D. RGB value is (182,100,77). Sum of RGB (Red+Green+Blue) = 182+100+77=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6644D is #499BB2. Grayscale: #7A7A7A. Windows color (decimal): -4823987 or 5072054. OLE color: 5072054.

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

Color convert

RGB 182 100 77 -
CMYK 0 0.45 0.58 0.29
HSL 13.14º 0.42% 0.51% -
HSV(B) 13.14º 0.58% 0.71% -
XYZ 25.19 19.6 9.48 -
YUV 121.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 182 100 77 0 0.45 0.58 0.29 13.14 0.42 0.51
Hex B6 64 4D 0 2D 3A 1D D 2A 33
Octal 266 144 115 0 55 72 35 15 52 63
Binary 10110110 1100100 1001101 0 101101 111010 11101 1101 101010 110011

Color Harmonies of #B6644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6644D

Black with #B6644D

Text Example


Text Example

White with #B6644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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