Html Css Color HEX #B28C69 Mongoose

📋 copy color: '#B28C69'

red 178 ◦ green 140 ◦ blue 105

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

Shades of Mongoose #B28C69

Tints of Mongoose #B28C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 42.08%
G = 33.1%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B28C69 (or 0xB28C69) is known color: Mongoose. HEX triplet: B2, 8C and 69. RGB value is (178,140,105). Sum of RGB (Red+Green+Blue) = 178+140+105=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C69 is #4D7396. Grayscale: #939393. Windows color (decimal): -5075863 or 6917298. OLE color: 6917298.

HSL color Cylindrical-coordinate representation of color #B28C69: hue angle of 28.77º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28C69 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 105 -
CMYK 0 0.21 0.41 0.30
HSL 28.77º 0.32% 0.55% -
HSV(B) 28.77º 0.41% 0.7% -
XYZ 30.29 29.24 17.41 -
YUV 147.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 178 140 105 0 0.21 0.41 0.30 28.77 0.32 0.55
Hex B2 8C 69 0 15 29 1E 1D 20 37
Octal 262 214 151 0 25 51 36 35 40 67
Binary 10110010 10001100 1101001 0 10101 101001 11110 11101 100000 110111

Color Harmonies of #B28C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C69

Black with #B28C69

Text Example


Text Example

White with #B28C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C69; }

 p { color: rgb(178,140,105); }

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

background-color css

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

 a { background-color: rgb(178,140,105); }

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

border-color css

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

 span { border-color: rgb(178,140,105); }

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