Html Css Color HEX #B68D6C Mongoose

📋 copy color: '#B68D6C'

red 182 ◦ green 141 ◦ blue 108

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

Shades of Mongoose #B68D6C

Tints of Mongoose #B68D6C

RGB

 RED value IS 182 (71.48% from 255) = 42.23%

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 42.23%
G = 32.71%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B68D6C (or 0xB68D6C) is known color: Mongoose. HEX triplet: B6, 8D and 6C. RGB value is (182,141,108). Sum of RGB (Red+Green+Blue) = 182+141+108=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D6C is #497293. Grayscale: #959595. Windows color (decimal): -4813460 or 7114166. OLE color: 7114166.

HSL color Cylindrical-coordinate representation of color #B68D6C: hue angle of 26.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68D6C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 108 -
CMYK 0 0.23 0.41 0.29
HSL 26.76º 0.34% 0.57% -
HSV(B) 26.76º 0.41% 0.71% -
XYZ 31.52 30.08 18.33 -
YUV 149.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 182 141 108 0 0.23 0.41 0.29 26.76 0.34 0.57
Hex B6 8D 6C 0 17 29 1D 1B 22 39
Octal 266 215 154 0 27 51 35 33 42 71
Binary 10110110 10001101 1101100 0 10111 101001 11101 11011 100010 111001

Color Harmonies of #B68D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D6C

Black with #B68D6C

Text Example


Text Example

White with #B68D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D6C; }

 p { color: rgb(182,141,108); }

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

background-color css

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

 a { background-color: rgb(182,141,108); }

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

border-color css

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

 span { border-color: rgb(182,141,108); }

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