Html Css Color HEX #B9614F Flame Pea

📋 copy color: '#B9614F'

red 185 ◦ green 97 ◦ blue 79

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

Shades of Flame Pea #B9614F

Tints of Flame Pea #B9614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 51.25%
G = 26.87%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9614F (or 0xB9614F) is known color: Flame Pea. HEX triplet: B9, 61 and 4F. RGB value is (185,97,79). Sum of RGB (Red+Green+Blue) = 185+97+79=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9614F is #469EB0. Grayscale: #797979. Windows color (decimal): -4628145 or 5202361. OLE color: 5202361.

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

Color convert

RGB 185 97 79 -
CMYK 0 0.48 0.57 0.27
HSL 10.19º 0.43% 0.52% -
HSV(B) 10.19º 0.57% 0.73% -
XYZ 25.69 19.43 9.79 -
YUV 121.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 185 97 79 0 0.48 0.57 0.27 10.19 0.43 0.52
Hex B9 61 4F 0 30 39 1B A 2B 34
Octal 271 141 117 0 60 71 33 12 53 64
Binary 10111001 1100001 1001111 0 110000 111001 11011 1010 101011 110100

Color Harmonies of #B9614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9614F

Black with #B9614F

Text Example


Text Example

White with #B9614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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