Html Css Color HEX #B96251 Flame Pea

📋 copy color: '#B96251'

red 185 ◦ green 98 ◦ blue 81

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

Shades of Flame Pea #B96251

Tints of Flame Pea #B96251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.25%

R = 50.82%
G = 26.92%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96251 (or 0xB96251) is known color: Flame Pea. HEX triplet: B9, 62 and 51. RGB value is (185,98,81). Sum of RGB (Red+Green+Blue) = 185+98+81=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B96251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96251 is #469DAE. Grayscale: #7A7A7A. Windows color (decimal): -4627887 or 5333689. OLE color: 5333689.

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

Color convert

RGB 185 98 81 -
CMYK 0 0.47 0.56 0.27
HSL 9.81º 0.43% 0.52% -
HSV(B) 9.81º 0.56% 0.73% -
XYZ 25.86 19.64 10.21 -
YUV 122.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 185 98 81 0 0.47 0.56 0.27 9.81 0.43 0.52
Hex B9 62 51 0 2F 38 1B A 2B 34
Octal 271 142 121 0 57 70 33 12 53 64
Binary 10111001 1100010 1010001 0 101111 111000 11011 1010 101011 110100

Color Harmonies of #B96251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96251

Black with #B96251

Text Example


Text Example

White with #B96251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96251; }

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

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

background-color css

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

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

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

border-color css

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

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

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