Html Css Color HEX #B8664D Flame Pea

📋 copy color: '#B8664D'

red 184 ◦ green 102 ◦ blue 77

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

Shades of Flame Pea #B8664D

Tints of Flame Pea #B8664D

RGB

 RED value IS 184 (72.27% from 255) = 50.69%

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 50.69%
G = 28.1%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8664D (or 0xB8664D) is known color: Flame Pea. HEX triplet: B8, 66 and 4D. RGB value is (184,102,77). Sum of RGB (Red+Green+Blue) = 184+102+77=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8664D is #4799B2. Grayscale: #7B7B7B. Windows color (decimal): -4692403 or 5072568. OLE color: 5072568.

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

Color convert

RGB 184 102 77 -
CMYK 0 0.45 0.58 0.28
HSL 14.02º 0.43% 0.51% -
HSV(B) 14.02º 0.58% 0.72% -
XYZ 25.86 20.23 9.56 -
YUV 123.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 184 102 77 0 0.45 0.58 0.28 14.02 0.43 0.51
Hex B8 66 4D 0 2D 3A 1C E 2B 33
Octal 270 146 115 0 55 72 34 16 53 63
Binary 10111000 1100110 1001101 0 101101 111010 11100 1110 101011 110011

Color Harmonies of #B8664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8664D

Black with #B8664D

Text Example


Text Example

White with #B8664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8664D; }

 p { color: rgb(184,102,77); }

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

background-color css

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

 a { background-color: rgb(184,102,77); }

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

border-color css

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

 span { border-color: rgb(184,102,77); }

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