Html Css Color HEX #B8634D Flame Pea

📋 copy color: '#B8634D'

red 184 ◦ green 99 ◦ blue 77

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

Shades of Flame Pea #B8634D

Tints of Flame Pea #B8634D

RGB

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

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

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

R = 51.11%
G = 27.5%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8634D (or 0xB8634D) is known color: Flame Pea. HEX triplet: B8, 63 and 4D. RGB value is (184,99,77). Sum of RGB (Red+Green+Blue) = 184+99+77=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8634D is #479CB2. Grayscale: #7A7A7A. Windows color (decimal): -4693171 or 5071800. OLE color: 5071800.

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

Color convert

RGB 184 99 77 -
CMYK 0 0.46 0.58 0.28
HSL 12.34º 0.43% 0.51% -
HSV(B) 12.34º 0.58% 0.72% -
XYZ 25.57 19.65 9.47 -
YUV 121.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 184 99 77 0 0.46 0.58 0.28 12.34 0.43 0.51
Hex B8 63 4D 0 2E 3A 1C C 2B 33
Octal 270 143 115 0 56 72 34 14 53 63
Binary 10111000 1100011 1001101 0 101110 111010 11100 1100 101011 110011

Color Harmonies of #B8634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8634D

Black with #B8634D

Text Example


Text Example

White with #B8634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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