Html Css Color HEX #B68A6B Mongoose

📋 copy color: '#B68A6B'

red 182 ◦ green 138 ◦ blue 107

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

Shades of Mongoose #B68A6B

Tints of Mongoose #B68A6B

RGB

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

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

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

R = 42.62%
G = 32.32%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B68A6B (or 0xB68A6B) is known color: Mongoose. HEX triplet: B6, 8A and 6B. RGB value is (182,138,107). Sum of RGB (Red+Green+Blue) = 182+138+107=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A6B is #497594. Grayscale: #939393. Windows color (decimal): -4814229 or 7047862. OLE color: 7047862.

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

Color convert

RGB 182 138 107 -
CMYK 0 0.24 0.41 0.29
HSL 24.8º 0.34% 0.57% -
HSV(B) 24.8º 0.41% 0.71% -
XYZ 31.03 29.18 17.91 -
YUV 147.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 182 138 107 0 0.24 0.41 0.29 24.8 0.34 0.57
Hex B6 8A 6B 0 18 29 1D 19 22 39
Octal 266 212 153 0 30 51 35 31 42 71
Binary 10110110 10001010 1101011 0 11000 101001 11101 11001 100010 111001

Color Harmonies of #B68A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A6B

Black with #B68A6B

Text Example


Text Example

White with #B68A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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