Html Css Color HEX #BE7A1A Pirate Gold

📋 copy color: '#BE7A1A'

red 190 ◦ green 122 ◦ blue 26

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

Shades of Pirate Gold #BE7A1A

Tints of Pirate Gold #BE7A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 56.21%
G = 36.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE7A1A (or 0xBE7A1A) is known color: Pirate Gold. HEX triplet: BE, 7A and 1A. RGB value is (190,122,26). Sum of RGB (Red+Green+Blue) = 190+122+26=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A1A is #4185E5. Grayscale: #838383. Windows color (decimal): -4294118 or 1735358. OLE color: 1735358.

HSL color Cylindrical-coordinate representation of color #BE7A1A: hue angle of 35.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE7A1A is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 26 -
CMYK 0 0.36 0.86 0.25
HSL 35.12º 0.76% 0.42% -
HSV(B) 35.12º 0.86% 0.75% -
XYZ 28.38 24.94 4.3 -
YUV 131.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 190 122 26 0 0.36 0.86 0.25 35.12 0.76 0.42
Hex BE 7A 1A 0 24 56 19 23 4C 2A
Octal 276 172 32 0 44 126 31 43 114 52
Binary 10111110 1111010 11010 0 100100 1010110 11001 100011 1001100 101010

Color Harmonies of #BE7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A1A

Black with #BE7A1A

Text Example


Text Example

White with #BE7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A1A; }

 p { color: rgb(190,122,26); }

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

background-color css

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

 a { background-color: rgb(190,122,26); }

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

border-color css

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

 span { border-color: rgb(190,122,26); }

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