#B38F69

Color #B38F69 Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #B38F69

Tints of Mongoose #B38F69

Color information

#B38F69 (or 0xB38F69) is unknown color: approx Mongoose. HEX triplet: B3, 8F and 69. RGB value is (179,143,105). Sum of RGB (Red+Green+Blue) = 179+143+105=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F69 is #4C7096. Grayscale: #959595. Windows color (decimal): -5009559 or 6918067. OLE color: 6918067.

HSL color Cylindrical-coordinate representation of color #B38F69: hue angle of 30.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38F69 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179143105-
CMYK00.200.410.30
HSL30.81º32.74%55.69%-
HSV(B)30.81º41.34%70.2%-
XYZ30.9630.2517.57-
YUV149.43102.93149.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=41.92%
G=33.49%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914310500.200.410.3030.8132.7455.69
HexB38F69014291E1f2138
Octal2632171510245136374170
Binary101100111000111111010010101001010011111011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F69; }

 p { color: rgb(179,143,105); }

 H1.HeaderClassName
 {
   color: #B38F69;
 }
 .AnyTagClassName
 {
   color: #B38F69;
 }
</style>
background-color css

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

 a { background-color: rgb(179,143,105); }

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

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

 span { border-color: rgb(179,143,105); }

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