#BE7023

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

Shades of Pirate Gold #BE7023

Tints of Pirate Gold #BE7023

Color information

#BE7023 (or 0xBE7023) is unknown color: approx Pirate Gold. HEX triplet: BE, 70 and 23. RGB value is (190,112,35). Sum of RGB (Red+Green+Blue) = 190+112+35=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7023 is #418FDC. Grayscale: #7E7E7E. Windows color (decimal): -4296669 or 2322622. OLE color: 2322622.

HSL color Cylindrical-coordinate representation of color #BE7023: hue angle of 29.81º 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 #BE7023 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19011235-
CMYK00.410.820.25
HSL29.81º68.89%44.12%-
HSV(B)29.81º81.58%74.51%-
XYZ27.3322.664.52-
YUV126.5476.34173.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=56.38%
G=33.23%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901123500.410.820.2529.8168.8944.12
HexBE702302952191e452c
Octal27616043051122313610554
Binary1011111011100001000110101001101001011001111101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7023; }

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

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

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

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

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

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

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

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