Shades of Reef Gold #B18C2D
Tints of Reef Gold #B18C2D
RGB
CMYK
RGB Variations
Color information
#B18C2D (or 0xB18C2D) is known color: Reef Gold. HEX triplet: B1, 8C and 2D. RGB value is (177,140,45). Sum of RGB (Red+Green+Blue) = 177+140+45=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C2D is #4E73D2. Grayscale: #8C8C8C. Windows color (decimal): -5141459 or 2985137. OLE color: 2985137.
HSL color Cylindrical-coordinate representation of color #B18C2D: hue angle of 43.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B18C2D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 45 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.31 |
| HSL | 43.18º | 0.59% | 0.44% | - |
| HSV(B) | 43.18º | 0.75% | 0.69% | - |
| XYZ | 27.98 | 28.29 | 6.47 | - |
| YUV | 140.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 45 | 0 | 0.21 | 0.75 | 0.31 | 43.18 | 0.59 | 0.44 |
| Hex | B1 | 8C | 2D | 0 | 15 | 4B | 1F | 2B | 3B | 2C |
| Octal | 261 | 214 | 55 | 0 | 25 | 113 | 37 | 53 | 73 | 54 |
| Binary | 10110001 | 10001100 | 101101 | 0 | 10101 | 1001011 | 11111 | 101011 | 111011 | 101100 |
Color Harmonies of #B18C2D
Complementary color
Monochromatic Colors of #B18C2D
Black with #B18C2D
Text Example
Text Example
White with #B18C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C2D; }
p { color: rgb(177,140,45); }
H1.HeaderClassName
{
color: #B18C2D;
}
.AnyTagClassName
{
color: #B18C2D;
}
</style>
background-color css
<style>
a { background-color: #B18C2D; }
a { background-color: rgb(177,140,45); }
div.DivClassName
{
background-color: #B18C2D;
}
.BgClassName
{
background-color: #B18C2D;
}
</style>
border-color css
<style>
span { border-color: #B18C2D; }
span { border-color: rgb(177,140,45); }
td.TdClassName
{
border-color: #B18C2D;
}
.TagClassName
{
border-color: #B18C2D;
}
</style>