Html Css Color HEX #B95C45 Flame Pea

📋 copy color: '#B95C45'

red 185 ◦ green 92 ◦ blue 69

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

Shades of Flame Pea #B95C45

Tints of Flame Pea #B95C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 53.47%
G = 26.59%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B95C45 (or 0xB95C45) is known color: Flame Pea. HEX triplet: B9, 5C and 45. RGB value is (185,92,69). Sum of RGB (Red+Green+Blue) = 185+92+69=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C45 is #46A3BA. Grayscale: #757575. Windows color (decimal): -4629435 or 4545721. OLE color: 4545721.

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

Color convert

RGB 185 92 69 -
CMYK 0 0.50 0.63 0.27
HSL 11.9º 0.46% 0.5% -
HSV(B) 11.9º 0.63% 0.73% -
XYZ 24.91 18.4 7.87 -
YUV 117.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 185 92 69 0 0.50 0.63 0.27 11.9 0.46 0.5
Hex B9 5C 45 0 32 3F 1B C 2E 32
Octal 271 134 105 0 62 77 33 14 56 62
Binary 10111001 1011100 1000101 0 110010 111111 11011 1100 101110 110010

Color Harmonies of #B95C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C45

Black with #B95C45

Text Example


Text Example

White with #B95C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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