Html Css Color HEX #B9573D Flame Pea

📋 copy color: '#B9573D'

red 185 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #B9573D

Tints of Flame Pea #B9573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 55.56%
G = 26.13%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9573D (or 0xB9573D) is known color: Flame Pea. HEX triplet: B9, 57 and 3D. RGB value is (185,87,61). Sum of RGB (Red+Green+Blue) = 185+87+61=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9573D is #46A8C2. Grayscale: #717171. Windows color (decimal): -4630723 or 4020153. OLE color: 4020153.

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

Color convert

RGB 185 87 61 -
CMYK 0 0.53 0.67 0.27
HSL 12.58º 0.5% 0.48% -
HSV(B) 12.58º 0.67% 0.73% -
XYZ 24.26 17.47 6.51 -
YUV 113.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 185 87 61 0 0.53 0.67 0.27 12.58 0.5 0.48
Hex B9 57 3D 0 35 43 1B D 32 30
Octal 271 127 75 0 65 103 33 15 62 60
Binary 10111001 1010111 111101 0 110101 1000011 11011 1101 110010 110000

Color Harmonies of #B9573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9573D

Black with #B9573D

Text Example


Text Example

White with #B9573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9573D; }

 p { color: rgb(185,87,61); }

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

background-color css

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

 a { background-color: rgb(185,87,61); }

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

border-color css

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

 span { border-color: rgb(185,87,61); }

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