Html Css Color HEX #B9614D Flame Pea

📋 copy color: '#B9614D'

red 185 ◦ green 97 ◦ blue 77

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

Shades of Flame Pea #B9614D

Tints of Flame Pea #B9614D

RGB

 RED value IS 185 (72.66% from 255) = 51.53%

 GREEN value IS 97 (38.28% from 255) = 27.02%

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

R = 51.53%
G = 27.02%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9614D (or 0xB9614D) is known color: Flame Pea. HEX triplet: B9, 61 and 4D. RGB value is (185,97,77). Sum of RGB (Red+Green+Blue) = 185+97+77=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9614D is #469EB2. Grayscale: #797979. Windows color (decimal): -4628147 or 5071289. OLE color: 5071289.

HSL color Cylindrical-coordinate representation of color #B9614D: hue angle of 11.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9614D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 77 -
CMYK 0 0.48 0.58 0.27
HSL 11.11º 0.44% 0.51% -
HSV(B) 11.11º 0.58% 0.73% -
XYZ 25.62 19.4 9.42 -
YUV 121.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 185 97 77 0 0.48 0.58 0.27 11.11 0.44 0.51
Hex B9 61 4D 0 30 3A 1B B 2C 33
Octal 271 141 115 0 60 72 33 13 54 63
Binary 10111001 1100001 1001101 0 110000 111010 11011 1011 101100 110011

Color Harmonies of #B9614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9614D

Black with #B9614D

Text Example


Text Example

White with #B9614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9614D; }

 p { color: rgb(185,97,77); }

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

background-color css

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

 a { background-color: rgb(185,97,77); }

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

border-color css

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

 span { border-color: rgb(185,97,77); }

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