Shades of Sandal #B28A65
Tints of Sandal #B28A65
RGB
CMYK
RGB Variations
Color information
#B28A65 (or 0xB28A65) is known color: Sandal. HEX triplet: B2, 8A and 65. RGB value is (178,138,101). Sum of RGB (Red+Green+Blue) = 178+138+101=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A65 is #4D759A. Grayscale: #919191. Windows color (decimal): -5076379 or 6654642. OLE color: 6654642.
HSL color Cylindrical-coordinate representation of color #B28A65: hue angle of 28.83º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28A65 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 101 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.30 |
| HSL | 28.83º | 0.33% | 0.55% | - |
| HSV(B) | 28.83º | 0.43% | 0.7% | - |
| XYZ | 29.8 | 28.58 | 16.26 | - |
| YUV | 145.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 101 | 0 | 0.22 | 0.43 | 0.30 | 28.83 | 0.33 | 0.55 |
| Hex | B2 | 8A | 65 | 0 | 16 | 2B | 1E | 1D | 21 | 37 |
| Octal | 262 | 212 | 145 | 0 | 26 | 53 | 36 | 35 | 41 | 67 |
| Binary | 10110010 | 10001010 | 1100101 | 0 | 10110 | 101011 | 11110 | 11101 | 100001 | 110111 |
Color Harmonies of #B28A65
Complementary color
Monochromatic Colors of #B28A65
Black with #B28A65
Text Example
Text Example
White with #B28A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A65; }
p { color: rgb(178,138,101); }
H1.HeaderClassName
{
color: #B28A65;
}
.AnyTagClassName
{
color: #B28A65;
}
</style>
background-color css
<style>
a { background-color: #B28A65; }
a { background-color: rgb(178,138,101); }
div.DivClassName
{
background-color: #B28A65;
}
.BgClassName
{
background-color: #B28A65;
}
</style>
border-color css
<style>
span { border-color: #B28A65; }
span { border-color: rgb(178,138,101); }
td.TdClassName
{
border-color: #B28A65;
}
.TagClassName
{
border-color: #B28A65;
}
</style>