Html Css Color HEX #BE7329 Pirate Gold

📋 copy color: '#BE7329'

red 190 ◦ green 115 ◦ blue 41

#BE7329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #BE7329

Tints of Pirate Gold #BE7329

RGB

 RED value IS 190 (74.61% from 255) = 54.91%

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 54.91%
G = 33.24%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE7329 (or 0xBE7329) is known color: Pirate Gold. HEX triplet: BE, 73 and 29. RGB value is (190,115,41). Sum of RGB (Red+Green+Blue) = 190+115+41=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7329 is #418CD6. Grayscale: #818181. Windows color (decimal): -4295895 or 2716606. OLE color: 2716606.

HSL color Cylindrical-coordinate representation of color #BE7329: hue angle of 29.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE7329 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 41 -
CMYK 0 0.39 0.78 0.25
HSL 29.8º 0.65% 0.45% -
HSV(B) 29.8º 0.78% 0.75% -
XYZ 27.77 23.37 5.14 -
YUV 128.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 190 115 41 0 0.39 0.78 0.25 29.8 0.65 0.45
Hex BE 73 29 0 27 4E 19 1E 41 2D
Octal 276 163 51 0 47 116 31 36 101 55
Binary 10111110 1110011 101001 0 100111 1001110 11001 11110 1000001 101101

Color Harmonies of #BE7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7329

Black with #BE7329

Text Example


Text Example

White with #BE7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7329; }

 p { color: rgb(190,115,41); }

 H1.HeaderClassName
 {
   color: #BE7329;
 }
 .AnyTagClassName
 {
   color: #BE7329;
 }
</style>

background-color css

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

 a { background-color: rgb(190,115,41); }

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

border-color css

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

 span { border-color: rgb(190,115,41); }

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