Html Css Color HEX #B28F6F Mongoose

📋 copy color: '#B28F6F'

red 178 ◦ green 143 ◦ blue 111

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

Shades of Mongoose #B28F6F

Tints of Mongoose #B28F6F

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

 GREEN value IS 143 (56.25% from 255) = 33.1%

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 41.2%
G = 33.1%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B28F6F (or 0xB28F6F) is known color: Mongoose. HEX triplet: B2, 8F and 6F. RGB value is (178,143,111). Sum of RGB (Red+Green+Blue) = 178+143+111=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F6F is #4D7090. Grayscale: #959595. Windows color (decimal): -5075089 or 7311282. OLE color: 7311282.

HSL color Cylindrical-coordinate representation of color #B28F6F: hue angle of 28.66º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28F6F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 111 -
CMYK 0 0.20 0.38 0.30
HSL 28.66º 0.3% 0.57% -
HSV(B) 28.66º 0.38% 0.7% -
XYZ 31.05 30.26 19.24 -
YUV 149.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 178 143 111 0 0.20 0.38 0.30 28.66 0.3 0.57
Hex B2 8F 6F 0 14 26 1E 1D 1E 39
Octal 262 217 157 0 24 46 36 35 36 71
Binary 10110010 10001111 1101111 0 10100 100110 11110 11101 11110 111001

Color Harmonies of #B28F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F6F

Black with #B28F6F

Text Example


Text Example

White with #B28F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F6F; }

 p { color: rgb(178,143,111); }

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

background-color css

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

 a { background-color: rgb(178,143,111); }

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

border-color css

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

 span { border-color: rgb(178,143,111); }

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