Html Css Color HEX #BE8124 Pirate Gold

📋 copy color: '#BE8124'

red 190 ◦ green 129 ◦ blue 36

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

Shades of Pirate Gold #BE8124

Tints of Pirate Gold #BE8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 53.52%
G = 36.34%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE8124 (or 0xBE8124) is known color: Pirate Gold. HEX triplet: BE, 81 and 24. RGB value is (190,129,36). Sum of RGB (Red+Green+Blue) = 190+129+36=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8124 is #417EDB. Grayscale: #898989. Windows color (decimal): -4292316 or 2392510. OLE color: 2392510.

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

Color convert

RGB 190 129 36 -
CMYK 0 0.32 0.81 0.25
HSL 36.23º 0.68% 0.44% -
HSV(B) 36.23º 0.81% 0.75% -
XYZ 29.4 26.78 5.29 -
YUV 136.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 190 129 36 0 0.32 0.81 0.25 36.23 0.68 0.44
Hex BE 81 24 0 20 51 19 24 44 2C
Octal 276 201 44 0 40 121 31 44 104 54
Binary 10111110 10000001 100100 0 100000 1010001 11001 100100 1000100 101100

Color Harmonies of #BE8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8124

Black with #BE8124

Text Example


Text Example

White with #BE8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8124; }

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

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

background-color css

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

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

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

border-color css

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

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

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