Html Css Color HEX #B9583F Flame Pea

📋 copy color: '#B9583F'

red 185 ◦ green 88 ◦ blue 63

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

Shades of Flame Pea #B9583F

Tints of Flame Pea #B9583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 55.06%
G = 26.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9583F (or 0xB9583F) is known color: Flame Pea. HEX triplet: B9, 58 and 3F. RGB value is (185,88,63). Sum of RGB (Red+Green+Blue) = 185+88+63=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B9583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9583F is #46A7C0. Grayscale: #727272. Windows color (decimal): -4630465 or 4151481. OLE color: 4151481.

HSL color Cylindrical-coordinate representation of color #B9583F: hue angle of 12.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9583F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 63 -
CMYK 0 0.52 0.66 0.27
HSL 12.3º 0.49% 0.49% -
HSV(B) 12.3º 0.66% 0.73% -
XYZ 24.39 17.65 6.82 -
YUV 114.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 185 88 63 0 0.52 0.66 0.27 12.3 0.49 0.49
Hex B9 58 3F 0 34 42 1B C 31 31
Octal 271 130 77 0 64 102 33 14 61 61
Binary 10111001 1011000 111111 0 110100 1000010 11011 1100 110001 110001

Color Harmonies of #B9583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9583F

Black with #B9583F

Text Example


Text Example

White with #B9583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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