Html Css Color HEX #B8664A Flame Pea

📋 copy color: '#B8664A'

red 184 ◦ green 102 ◦ blue 74

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

Shades of Flame Pea #B8664A

Tints of Flame Pea #B8664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 51.11%
G = 28.33%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8664A (or 0xB8664A) is known color: Flame Pea. HEX triplet: B8, 66 and 4A. RGB value is (184,102,74). Sum of RGB (Red+Green+Blue) = 184+102+74=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8664A is #4799B5. Grayscale: #7B7B7B. Windows color (decimal): -4692406 or 4875960. OLE color: 4875960.

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

Color convert

RGB 184 102 74 -
CMYK 0 0.45 0.60 0.28
HSL 15.27º 0.44% 0.51% -
HSV(B) 15.27º 0.6% 0.72% -
XYZ 25.75 20.19 9.02 -
YUV 123.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 184 102 74 0 0.45 0.60 0.28 15.27 0.44 0.51
Hex B8 66 4A 0 2D 3C 1C F 2C 33
Octal 270 146 112 0 55 74 34 17 54 63
Binary 10111000 1100110 1001010 0 101101 111100 11100 1111 101100 110011

Color Harmonies of #B8664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8664A

Black with #B8664A

Text Example


Text Example

White with #B8664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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