Html Css Color HEX #B95945 Flame Pea

📋 copy color: '#B95945'

red 185 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #B95945

Tints of Flame Pea #B95945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 53.94%
G = 25.95%
B = 20.12%

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

#B95945 (or 0xB95945) is known color: Flame Pea. HEX triplet: B9, 59 and 45. RGB value is (185,89,69). Sum of RGB (Red+Green+Blue) = 185+89+69=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B95945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95945 is #46A6BA. Grayscale: #737373. Windows color (decimal): -4630203 or 4544953. OLE color: 4544953.

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

Color convert

RGB 185 89 69 -
CMYK 0 0.52 0.63 0.27
HSL 10.34º 0.46% 0.5% -
HSV(B) 10.34º 0.63% 0.73% -
XYZ 24.65 17.89 7.78 -
YUV 115.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 185 89 69 0 0.52 0.63 0.27 10.34 0.46 0.5
Hex B9 59 45 0 34 3F 1B A 2E 32
Octal 271 131 105 0 64 77 33 12 56 62
Binary 10111001 1011001 1000101 0 110100 111111 11011 1010 101110 110010

Color Harmonies of #B95945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95945

Black with #B95945

Text Example


Text Example

White with #B95945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95945; }

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

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

background-color css

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

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

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

border-color css

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

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

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