Html Css Color HEX #B8634C Flame Pea

📋 copy color: '#B8634C'

red 184 ◦ green 99 ◦ blue 76

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

Shades of Flame Pea #B8634C

Tints of Flame Pea #B8634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 51.25%
G = 27.58%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8634C (or 0xB8634C) is known color: Flame Pea. HEX triplet: B8, 63 and 4C. RGB value is (184,99,76). Sum of RGB (Red+Green+Blue) = 184+99+76=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8634C is #479CB3. Grayscale: #797979. Windows color (decimal): -4693172 or 5006264. OLE color: 5006264.

HSL color Cylindrical-coordinate representation of color #B8634C: hue angle of 12.78º 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 #B8634C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 76 -
CMYK 0 0.46 0.59 0.28
HSL 12.78º 0.43% 0.51% -
HSV(B) 12.78º 0.59% 0.72% -
XYZ 25.53 19.64 9.28 -
YUV 121.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 184 99 76 0 0.46 0.59 0.28 12.78 0.43 0.51
Hex B8 63 4C 0 2E 3B 1C D 2B 33
Octal 270 143 114 0 56 73 34 15 53 63
Binary 10111000 1100011 1001100 0 101110 111011 11100 1101 101011 110011

Color Harmonies of #B8634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8634C

Black with #B8634C

Text Example


Text Example

White with #B8634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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