Html Css Color HEX #B9604A Flame Pea

📋 copy color: '#B9604A'

red 185 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #B9604A

Tints of Flame Pea #B9604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 52.11%
G = 27.04%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9604A (or 0xB9604A) is known color: Flame Pea. HEX triplet: B9, 60 and 4A. RGB value is (185,96,74). Sum of RGB (Red+Green+Blue) = 185+96+74=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9604A is #469FB5. Grayscale: #787878. Windows color (decimal): -4628406 or 4874425. OLE color: 4874425.

HSL color Cylindrical-coordinate representation of color #B9604A: hue angle of 11.89º 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 #B9604A is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 74 -
CMYK 0 0.48 0.6 0.27
HSL 11.89º 0.44% 0.51% -
HSV(B) 11.89º 0.6% 0.73% -
XYZ 25.43 19.17 8.84 -
YUV 120.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 185 96 74 0 0.48 0.6 0.27 11.89 0.44 0.51
Hex B9 60 4A 0 30 3C 1B C 2C 33
Octal 271 140 112 0 60 74 33 14 54 63
Binary 10111001 1100000 1001010 0 110000 111100 11011 1100 101100 110011

Color Harmonies of #B9604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9604A

Black with #B9604A

Text Example


Text Example

White with #B9604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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