Html Css Color HEX #B6644C Flame Pea

📋 copy color: '#B6644C'

red 182 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #B6644C

Tints of Flame Pea #B6644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 50.84%
G = 27.93%
B = 21.23%

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

#B6644C (or 0xB6644C) is known color: Flame Pea. HEX triplet: B6, 64 and 4C. RGB value is (182,100,76). Sum of RGB (Red+Green+Blue) = 182+100+76=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6644C is #499BB3. Grayscale: #797979. Windows color (decimal): -4823988 or 5006518. OLE color: 5006518.

HSL color Cylindrical-coordinate representation of color #B6644C: hue angle of 13.58º 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 #B6644C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 76 -
CMYK 0 0.45 0.58 0.29
HSL 13.58º 0.42% 0.51% -
HSV(B) 13.58º 0.58% 0.71% -
XYZ 25.15 19.58 9.29 -
YUV 121.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 182 100 76 0 0.45 0.58 0.29 13.58 0.42 0.51
Hex B6 64 4C 0 2D 3A 1D E 2A 33
Octal 266 144 114 0 55 72 35 16 52 63
Binary 10110110 1100100 1001100 0 101101 111010 11101 1110 101010 110011

Color Harmonies of #B6644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6644C

Black with #B6644C

Text Example


Text Example

White with #B6644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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