#BE7823

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

Shades of Pirate Gold #BE7823

Tints of Pirate Gold #BE7823

Color information

#BE7823 (or 0xBE7823) is unknown color: approx Pirate Gold. HEX triplet: BE, 78 and 23. RGB value is (190,120,35). Sum of RGB (Red+Green+Blue) = 190+120+35=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7823 is #4187DC. Grayscale: #838383. Windows color (decimal): -4294621 or 2324670. OLE color: 2324670.

HSL color Cylindrical-coordinate representation of color #BE7823: hue angle of 32.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE7823 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19012035-
CMYK00.370.820.25
HSL32.9º68.89%44.12%-
HSV(B)32.9º81.58%74.51%-
XYZ28.2624.54.83-
YUV131.2473.69169.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=55.07%
G=34.78%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901203500.370.820.2532.968.8944.12
HexBE7823025521921452c
Octal27617043045122314110554
Binary10111110111100010001101001011010010110011000011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7823; }

 p { color: rgb(190,120,35); }

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

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

 a { background-color: rgb(190,120,35); }

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

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

 span { border-color: rgb(190,120,35); }

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