Html Css Color HEX #BE8024 Pirate Gold

📋 copy color: '#BE8024'

red 190 ◦ green 128 ◦ blue 36

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

Shades of Pirate Gold #BE8024

Tints of Pirate Gold #BE8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 53.67%
G = 36.16%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE8024 (or 0xBE8024) is known color: Pirate Gold. HEX triplet: BE, 80 and 24. RGB value is (190,128,36). Sum of RGB (Red+Green+Blue) = 190+128+36=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8024 is #417FDB. Grayscale: #888888. Windows color (decimal): -4292572 or 2392254. OLE color: 2392254.

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

Color convert

RGB 190 128 36 -
CMYK 0 0.33 0.81 0.25
HSL 35.84º 0.68% 0.44% -
HSV(B) 35.84º 0.81% 0.75% -
XYZ 29.27 26.51 5.24 -
YUV 136.05 71.54 166.48 -
System Red Green Blue C M Y K H S L
Decimal 190 128 36 0 0.33 0.81 0.25 35.84 0.68 0.44
Hex BE 80 24 0 21 51 19 24 44 2C
Octal 276 200 44 0 41 121 31 44 104 54
Binary 10111110 10000000 100100 0 100001 1010001 11001 100100 1000100 101100

Color Harmonies of #BE8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8024

Black with #BE8024

Text Example


Text Example

White with #BE8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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