Html Css Color HEX #B96751 Flame Pea

📋 copy color: '#B96751'

red 185 ◦ green 103 ◦ blue 81

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

Shades of Flame Pea #B96751

Tints of Flame Pea #B96751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 50.14%
G = 27.91%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96751 (or 0xB96751) is known color: Flame Pea. HEX triplet: B9, 67 and 51. RGB value is (185,103,81). Sum of RGB (Red+Green+Blue) = 185+103+81=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96751 is #4698AE. Grayscale: #7D7D7D. Windows color (decimal): -4626607 or 5334969. OLE color: 5334969.

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

Color convert

RGB 185 103 81 -
CMYK 0 0.44 0.56 0.27
HSL 12.69º 0.43% 0.52% -
HSV(B) 12.69º 0.56% 0.73% -
XYZ 26.34 20.61 10.37 -
YUV 125.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 185 103 81 0 0.44 0.56 0.27 12.69 0.43 0.52
Hex B9 67 51 0 2C 38 1B D 2B 34
Octal 271 147 121 0 54 70 33 15 53 64
Binary 10111001 1100111 1010001 0 101100 111000 11011 1101 101011 110100

Color Harmonies of #B96751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96751

Black with #B96751

Text Example


Text Example

White with #B96751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96751; }

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

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

background-color css

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

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

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

border-color css

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

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

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