Html Css Color HEX #B9604D Flame Pea

📋 copy color: '#B9604D'

red 185 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #B9604D

Tints of Flame Pea #B9604D

RGB

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

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

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

R = 51.68%
G = 26.82%
B = 21.51%

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

#B9604D (or 0xB9604D) is known color: Flame Pea. HEX triplet: B9, 60 and 4D. RGB value is (185,96,77). Sum of RGB (Red+Green+Blue) = 185+96+77=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9604D is #469FB2. Grayscale: #787878. Windows color (decimal): -4628403 or 5071033. OLE color: 5071033.

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

Color convert

RGB 185 96 77 -
CMYK 0 0.48 0.58 0.27
HSL 10.56º 0.44% 0.51% -
HSV(B) 10.56º 0.58% 0.73% -
XYZ 25.53 19.22 9.38 -
YUV 120.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 185 96 77 0 0.48 0.58 0.27 10.56 0.44 0.51
Hex B9 60 4D 0 30 3A 1B B 2C 33
Octal 271 140 115 0 60 72 33 13 54 63
Binary 10111001 1100000 1001101 0 110000 111010 11011 1011 101100 110011

Color Harmonies of #B9604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9604D

Black with #B9604D

Text Example


Text Example

White with #B9604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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