Html Css Color HEX #B96253 Flame Pea

📋 copy color: '#B96253'

red 185 ◦ green 98 ◦ blue 83

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

Shades of Flame Pea #B96253

Tints of Flame Pea #B96253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

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

R = 50.55%
G = 26.78%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96253 (or 0xB96253) is known color: Flame Pea. HEX triplet: B9, 62 and 53. RGB value is (185,98,83). Sum of RGB (Red+Green+Blue) = 185+98+83=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B96253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96253 is #469DAC. Grayscale: #7A7A7A. Windows color (decimal): -4627885 or 5464761. OLE color: 5464761.

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

Color convert

RGB 185 98 83 -
CMYK 0 0.47 0.55 0.27
HSL 8.82º 0.42% 0.53% -
HSV(B) 8.82º 0.55% 0.73% -
XYZ 25.94 19.67 10.61 -
YUV 122.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 185 98 83 0 0.47 0.55 0.27 8.82 0.42 0.53
Hex B9 62 53 0 2F 37 1B 9 2A 35
Octal 271 142 123 0 57 67 33 11 52 65
Binary 10111001 1100010 1010011 0 101111 110111 11011 1001 101010 110101

Color Harmonies of #B96253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96253

Black with #B96253

Text Example


Text Example

White with #B96253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96253; }

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

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

background-color css

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

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

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

border-color css

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

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

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