Html Css Color HEX #B28A6F Mongoose

📋 copy color: '#B28A6F'

red 178 ◦ green 138 ◦ blue 111

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

Shades of Mongoose #B28A6F

Tints of Mongoose #B28A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 41.69%
G = 32.32%
B = 26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B28A6F (or 0xB28A6F) is known color: Mongoose. HEX triplet: B2, 8A and 6F. RGB value is (178,138,111). Sum of RGB (Red+Green+Blue) = 178+138+111=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A6F is #4D7590. Grayscale: #939393. Windows color (decimal): -5076369 or 7310002. OLE color: 7310002.

HSL color Cylindrical-coordinate representation of color #B28A6F: hue angle of 24.18º 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 #B28A6F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 138 111 -
CMYK 0 0.22 0.38 0.30
HSL 24.18º 0.3% 0.57% -
HSV(B) 24.18º 0.38% 0.7% -
XYZ 30.32 28.79 19 -
YUV 146.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 178 138 111 0 0.22 0.38 0.30 24.18 0.3 0.57
Hex B2 8A 6F 0 16 26 1E 18 1E 39
Octal 262 212 157 0 26 46 36 30 36 71
Binary 10110010 10001010 1101111 0 10110 100110 11110 11000 11110 111001

Color Harmonies of #B28A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A6F

Black with #B28A6F

Text Example


Text Example

White with #B28A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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