Html Css Color HEX #BE7328 Pirate Gold

📋 copy color: '#BE7328'

red 190 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #BE7328

Tints of Pirate Gold #BE7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 55.07%
G = 33.33%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE7328 (or 0xBE7328) is known color: Pirate Gold. HEX triplet: BE, 73 and 28. RGB value is (190,115,40). Sum of RGB (Red+Green+Blue) = 190+115+40=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7328 is #418CD7. Grayscale: #818181. Windows color (decimal): -4295896 or 2651070. OLE color: 2651070.

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

Color convert

RGB 190 115 40 -
CMYK 0 0.39 0.79 0.25
HSL 30º 0.65% 0.45% -
HSV(B) 30º 0.79% 0.75% -
XYZ 27.75 23.36 5.05 -
YUV 128.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 190 115 40 0 0.39 0.79 0.25 30 0.65 0.45
Hex BE 73 28 0 27 4F 19 1E 41 2D
Octal 276 163 50 0 47 117 31 36 101 55
Binary 10111110 1110011 101000 0 100111 1001111 11001 11110 1000001 101101

Color Harmonies of #BE7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7328

Black with #BE7328

Text Example


Text Example

White with #BE7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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