Html Css Color HEX #BE7420 Pirate Gold

📋 copy color: '#BE7420'

red 190 ◦ green 116 ◦ blue 32

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

Shades of Pirate Gold #BE7420

Tints of Pirate Gold #BE7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 56.21%
G = 34.32%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE7420 (or 0xBE7420) is known color: Pirate Gold. HEX triplet: BE, 74 and 20. RGB value is (190,116,32). Sum of RGB (Red+Green+Blue) = 190+116+32=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7420 is #418BDF. Grayscale: #808080. Windows color (decimal): -4295648 or 2127038. OLE color: 2127038.

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

Color convert

RGB 190 116 32 -
CMYK 0 0.39 0.83 0.25
HSL 31.9º 0.71% 0.44% -
HSV(B) 31.9º 0.83% 0.75% -
XYZ 27.74 23.54 4.45 -
YUV 128.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 190 116 32 0 0.39 0.83 0.25 31.9 0.71 0.44
Hex BE 74 20 0 27 53 19 20 47 2C
Octal 276 164 40 0 47 123 31 40 107 54
Binary 10111110 1110100 100000 0 100111 1010011 11001 100000 1000111 101100

Color Harmonies of #BE7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7420

Black with #BE7420

Text Example


Text Example

White with #BE7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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