Html Css Color HEX #B95944 Flame Pea

📋 copy color: '#B95944'

red 185 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #B95944

Tints of Flame Pea #B95944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 54.09%
G = 26.02%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B95944 (or 0xB95944) is known color: Flame Pea. HEX triplet: B9, 59 and 44. RGB value is (185,89,68). Sum of RGB (Red+Green+Blue) = 185+89+68=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B95944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95944 is #46A6BB. Grayscale: #737373. Windows color (decimal): -4630204 or 4479417. OLE color: 4479417.

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

Color convert

RGB 185 89 68 -
CMYK 0 0.52 0.63 0.27
HSL 10.77º 0.46% 0.5% -
HSV(B) 10.77º 0.63% 0.73% -
XYZ 24.62 17.88 7.62 -
YUV 115.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 185 89 68 0 0.52 0.63 0.27 10.77 0.46 0.5
Hex B9 59 44 0 34 3F 1B B 2E 32
Octal 271 131 104 0 64 77 33 13 56 62
Binary 10111001 1011001 1000100 0 110100 111111 11011 1011 101110 110010

Color Harmonies of #B95944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95944

Black with #B95944

Text Example


Text Example

White with #B95944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95944; }

 p { color: rgb(185,89,68); }

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

background-color css

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

 a { background-color: rgb(185,89,68); }

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

border-color css

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

 span { border-color: rgb(185,89,68); }

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