Html Css Color HEX #B9624A Flame Pea

📋 copy color: '#B9624A'

red 185 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #B9624A

Tints of Flame Pea #B9624A

RGB

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

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

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

R = 51.82%
G = 27.45%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9624A (or 0xB9624A) is known color: Flame Pea. HEX triplet: B9, 62 and 4A. RGB value is (185,98,74). Sum of RGB (Red+Green+Blue) = 185+98+74=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9624A is #469DB5. Grayscale: #797979. Windows color (decimal): -4627894 or 4874937. OLE color: 4874937.

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

Color convert

RGB 185 98 74 -
CMYK 0 0.47 0.6 0.27
HSL 12.97º 0.44% 0.51% -
HSV(B) 12.97º 0.6% 0.73% -
XYZ 25.61 19.54 8.9 -
YUV 121.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 185 98 74 0 0.47 0.6 0.27 12.97 0.44 0.51
Hex B9 62 4A 0 2F 3C 1B D 2C 33
Octal 271 142 112 0 57 74 33 15 54 63
Binary 10111001 1100010 1001010 0 101111 111100 11011 1101 101100 110011

Color Harmonies of #B9624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9624A

Black with #B9624A

Text Example


Text Example

White with #B9624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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