Html Css Color HEX #B8664C Flame Pea

📋 copy color: '#B8664C'

red 184 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #B8664C

Tints of Flame Pea #B8664C

RGB

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

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

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

R = 50.83%
G = 28.18%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8664C (or 0xB8664C) is known color: Flame Pea. HEX triplet: B8, 66 and 4C. RGB value is (184,102,76). Sum of RGB (Red+Green+Blue) = 184+102+76=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8664C is #4799B3. Grayscale: #7B7B7B. Windows color (decimal): -4692404 or 5007032. OLE color: 5007032.

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

Color convert

RGB 184 102 76 -
CMYK 0 0.45 0.59 0.28
HSL 14.44º 0.43% 0.51% -
HSV(B) 14.44º 0.59% 0.72% -
XYZ 25.82 20.21 9.38 -
YUV 123.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 184 102 76 0 0.45 0.59 0.28 14.44 0.43 0.51
Hex B8 66 4C 0 2D 3B 1C E 2B 33
Octal 270 146 114 0 55 73 34 16 53 63
Binary 10111000 1100110 1001100 0 101101 111011 11100 1110 101011 110011

Color Harmonies of #B8664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8664C

Black with #B8664C

Text Example


Text Example

White with #B8664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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