Html Css Color HEX #BE8220 Pirate Gold

📋 copy color: '#BE8220'

red 190 ◦ green 130 ◦ blue 32

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

Shades of Pirate Gold #BE8220

Tints of Pirate Gold #BE8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 53.98%
G = 36.93%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE8220 (or 0xBE8220) is known color: Pirate Gold. HEX triplet: BE, 82 and 20. RGB value is (190,130,32). Sum of RGB (Red+Green+Blue) = 190+130+32=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8220 is #417DDF. Grayscale: #898989. Windows color (decimal): -4292064 or 2130622. OLE color: 2130622.

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

Color convert

RGB 190 130 32 -
CMYK 0 0.32 0.83 0.25
HSL 37.22º 0.71% 0.44% -
HSV(B) 37.22º 0.83% 0.75% -
XYZ 29.48 27.02 5.03 -
YUV 136.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 190 130 32 0 0.32 0.83 0.25 37.22 0.71 0.44
Hex BE 82 20 0 20 53 19 25 47 2C
Octal 276 202 40 0 40 123 31 45 107 54
Binary 10111110 10000010 100000 0 100000 1010011 11001 100101 1000111 101100

Color Harmonies of #BE8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8220

Black with #BE8220

Text Example


Text Example

White with #BE8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8220; }

 p { color: rgb(190,130,32); }

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

background-color css

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

 a { background-color: rgb(190,130,32); }

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

border-color css

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

 span { border-color: rgb(190,130,32); }

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