Html Css Color HEX #B9583D Flame Pea

📋 copy color: '#B9583D'

red 185 ◦ green 88 ◦ blue 61

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

Shades of Flame Pea #B9583D

Tints of Flame Pea #B9583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

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

R = 55.39%
G = 26.35%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9583D (or 0xB9583D) is known color: Flame Pea. HEX triplet: B9, 58 and 3D. RGB value is (185,88,61). Sum of RGB (Red+Green+Blue) = 185+88+61=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9583D is #46A7C2. Grayscale: #727272. Windows color (decimal): -4630467 or 4020409. OLE color: 4020409.

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

Color convert

RGB 185 88 61 -
CMYK 0 0.52 0.67 0.27
HSL 13.06º 0.5% 0.48% -
HSV(B) 13.06º 0.67% 0.73% -
XYZ 24.34 17.63 6.54 -
YUV 113.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 185 88 61 0 0.52 0.67 0.27 13.06 0.5 0.48
Hex B9 58 3D 0 34 43 1B D 32 30
Octal 271 130 75 0 64 103 33 15 62 60
Binary 10111001 1011000 111101 0 110100 1000011 11011 1101 110010 110000

Color Harmonies of #B9583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9583D

Black with #B9583D

Text Example


Text Example

White with #B9583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9583D; }

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

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

background-color css

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

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

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

border-color css

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

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

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