#B29533

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

Shades of Reef Gold #B29533

Tints of Reef Gold #B29533

Color information

#B29533 (or 0xB29533) is unknown color: approx Reef Gold. HEX triplet: B2, 95 and 33. RGB value is (178,149,51). Sum of RGB (Red+Green+Blue) = 178+149+51=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B29533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29533 is #4D6ACC. Grayscale: #929292. Windows color (decimal): -5073613 or 3380658. OLE color: 3380658.

HSL color Cylindrical-coordinate representation of color #B29533: hue angle of 46.3º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B29533 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17814951-
CMYK00.160.710.30
HSL46.3º55.46%44.9%-
HSV(B)46.3º71.35%69.8%-
XYZ29.7131.27.59-
YUV146.574.11150.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=47.09%
G=39.42%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781495100.160.710.3046.355.4644.9
HexB29533010471E2e372d
Octal2622256302010736566755
Binary1011001010010101110011010000100011111110101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29533; }

 p { color: rgb(178,149,51); }

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

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

 a { background-color: rgb(178,149,51); }

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

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

 span { border-color: rgb(178,149,51); }

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