Html Css Color HEX #BE7124 Pirate Gold

📋 copy color: '#BE7124'

red 190 ◦ green 113 ◦ blue 36

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

Shades of Pirate Gold #BE7124

Tints of Pirate Gold #BE7124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 56.05%
G = 33.33%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE7124 (or 0xBE7124) is known color: Pirate Gold. HEX triplet: BE, 71 and 24. RGB value is (190,113,36). Sum of RGB (Red+Green+Blue) = 190+113+36=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7124 is #418EDB. Grayscale: #7F7F7F. Windows color (decimal): -4296412 or 2388414. OLE color: 2388414.

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

Color convert

RGB 190 113 36 -
CMYK 0 0.41 0.81 0.25
HSL 30º 0.68% 0.44% -
HSV(B) 30º 0.81% 0.75% -
XYZ 27.46 22.88 4.64 -
YUV 127.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 190 113 36 0 0.41 0.81 0.25 30 0.68 0.44
Hex BE 71 24 0 29 51 19 1E 44 2C
Octal 276 161 44 0 51 121 31 36 104 54
Binary 10111110 1110001 100100 0 101001 1010001 11001 11110 1000100 101100

Color Harmonies of #BE7124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7124

Black with #BE7124

Text Example


Text Example

White with #BE7124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7124; }

 p { color: rgb(190,113,36); }

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

background-color css

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

 a { background-color: rgb(190,113,36); }

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

border-color css

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

 span { border-color: rgb(190,113,36); }

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