Html Css Color HEX #B96351 Flame Pea

📋 copy color: '#B96351'

red 185 ◦ green 99 ◦ blue 81

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

Shades of Flame Pea #B96351

Tints of Flame Pea #B96351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 50.68%
G = 27.12%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96351 (or 0xB96351) is known color: Flame Pea. HEX triplet: B9, 63 and 51. RGB value is (185,99,81). Sum of RGB (Red+Green+Blue) = 185+99+81=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B96351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96351 is #469CAE. Grayscale: #7A7A7A. Windows color (decimal): -4627631 or 5333945. OLE color: 5333945.

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

Color convert

RGB 185 99 81 -
CMYK 0 0.46 0.56 0.27
HSL 10.38º 0.43% 0.52% -
HSV(B) 10.38º 0.56% 0.73% -
XYZ 25.95 19.83 10.24 -
YUV 122.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 185 99 81 0 0.46 0.56 0.27 10.38 0.43 0.52
Hex B9 63 51 0 2E 38 1B A 2B 34
Octal 271 143 121 0 56 70 33 12 53 64
Binary 10111001 1100011 1010001 0 101110 111000 11011 1010 101011 110100

Color Harmonies of #B96351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96351

Black with #B96351

Text Example


Text Example

White with #B96351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96351; }

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

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

background-color css

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

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

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

border-color css

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

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

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