Html Css Color HEX #B9624C Flame Pea

📋 copy color: '#B9624C'

red 185 ◦ green 98 ◦ blue 76

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

Shades of Flame Pea #B9624C

Tints of Flame Pea #B9624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 51.53%
G = 27.3%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9624C (or 0xB9624C) is known color: Flame Pea. HEX triplet: B9, 62 and 4C. RGB value is (185,98,76). Sum of RGB (Red+Green+Blue) = 185+98+76=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9624C is #469DB3. Grayscale: #797979. Windows color (decimal): -4627892 or 5006009. OLE color: 5006009.

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

Color convert

RGB 185 98 76 -
CMYK 0 0.47 0.59 0.27
HSL 12.11º 0.44% 0.51% -
HSV(B) 12.11º 0.59% 0.73% -
XYZ 25.68 19.57 9.26 -
YUV 121.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 185 98 76 0 0.47 0.59 0.27 12.11 0.44 0.51
Hex B9 62 4C 0 2F 3B 1B C 2C 33
Octal 271 142 114 0 57 73 33 14 54 63
Binary 10111001 1100010 1001100 0 101111 111011 11011 1100 101100 110011

Color Harmonies of #B9624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9624C

Black with #B9624C

Text Example


Text Example

White with #B9624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9624C; }

 p { color: rgb(185,98,76); }

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

background-color css

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

 a { background-color: rgb(185,98,76); }

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

border-color css

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

 span { border-color: rgb(185,98,76); }

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