Html Css Color HEX #B96053 Flame Pea

📋 copy color: '#B96053'

red 185 ◦ green 96 ◦ blue 83

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

Shades of Flame Pea #B96053

Tints of Flame Pea #B96053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 50.82%
G = 26.37%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96053 (or 0xB96053) is known color: Flame Pea. HEX triplet: B9, 60 and 53. RGB value is (185,96,83). Sum of RGB (Red+Green+Blue) = 185+96+83=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B96053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96053 is #469FAC. Grayscale: #797979. Windows color (decimal): -4628397 or 5464249. OLE color: 5464249.

HSL color Cylindrical-coordinate representation of color #B96053: hue angle of 7.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96053 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 83 -
CMYK 0 0.48 0.55 0.27
HSL 7.65º 0.42% 0.53% -
HSV(B) 7.65º 0.55% 0.73% -
XYZ 25.75 19.3 10.55 -
YUV 121.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 185 96 83 0 0.48 0.55 0.27 7.65 0.42 0.53
Hex B9 60 53 0 30 37 1B 8 2A 35
Octal 271 140 123 0 60 67 33 10 52 65
Binary 10111001 1100000 1010011 0 110000 110111 11011 1000 101010 110101

Color Harmonies of #B96053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96053

Black with #B96053

Text Example


Text Example

White with #B96053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96053; }

 p { color: rgb(185,96,83); }

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

background-color css

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

 a { background-color: rgb(185,96,83); }

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

border-color css

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

 span { border-color: rgb(185,96,83); }

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