Html Css Color HEX #B68D6B Mongoose

📋 copy color: '#B68D6B'

red 182 ◦ green 141 ◦ blue 107

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

Shades of Mongoose #B68D6B

Tints of Mongoose #B68D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 42.33%
G = 32.79%
B = 24.88%

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

#B68D6B (or 0xB68D6B) is known color: Mongoose. HEX triplet: B6, 8D and 6B. RGB value is (182,141,107). Sum of RGB (Red+Green+Blue) = 182+141+107=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D6B is #497294. Grayscale: #959595. Windows color (decimal): -4813461 or 7048630. OLE color: 7048630.

HSL color Cylindrical-coordinate representation of color #B68D6B: hue angle of 27.2º 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 #B68D6B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 107 -
CMYK 0 0.23 0.41 0.29
HSL 27.2º 0.34% 0.57% -
HSV(B) 27.2º 0.41% 0.71% -
XYZ 31.47 30.06 18.05 -
YUV 149.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 182 141 107 0 0.23 0.41 0.29 27.2 0.34 0.57
Hex B6 8D 6B 0 17 29 1D 1B 22 39
Octal 266 215 153 0 27 51 35 33 42 71
Binary 10110110 10001101 1101011 0 10111 101001 11101 11011 100010 111001

Color Harmonies of #B68D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D6B

Black with #B68D6B

Text Example


Text Example

White with #B68D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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