Html Css Color HEX #B68C69 Mongoose

📋 copy color: '#B68C69'

red 182 ◦ green 140 ◦ blue 105

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

Shades of Mongoose #B68C69

Tints of Mongoose #B68C69

RGB

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

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

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

R = 42.62%
G = 32.79%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B68C69 (or 0xB68C69) is known color: Mongoose. HEX triplet: B6, 8C and 69. RGB value is (182,140,105). Sum of RGB (Red+Green+Blue) = 182+140+105=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C69 is #497396. Grayscale: #949494. Windows color (decimal): -4813719 or 6917302. OLE color: 6917302.

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

Color convert

RGB 182 140 105 -
CMYK 0 0.23 0.42 0.29
HSL 27.27º 0.35% 0.56% -
HSV(B) 27.27º 0.42% 0.71% -
XYZ 31.22 29.72 17.46 -
YUV 148.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 182 140 105 0 0.23 0.42 0.29 27.27 0.35 0.56
Hex B6 8C 69 0 17 2A 1D 1B 23 38
Octal 266 214 151 0 27 52 35 33 43 70
Binary 10110110 10001100 1101001 0 10111 101010 11101 11011 100011 111000

Color Harmonies of #B68C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C69

Black with #B68C69

Text Example


Text Example

White with #B68C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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