Html Css Color HEX #BE801D Pirate Gold

📋 copy color: '#BE801D'

red 190 ◦ green 128 ◦ blue 29

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

Shades of Pirate Gold #BE801D

Tints of Pirate Gold #BE801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 54.76%
G = 36.89%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE801D (or 0xBE801D) is known color: Pirate Gold. HEX triplet: BE, 80 and 1D. RGB value is (190,128,29). Sum of RGB (Red+Green+Blue) = 190+128+29=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE801D is #417FE2. Grayscale: #878787. Windows color (decimal): -4292579 or 1933502. OLE color: 1933502.

HSL color Cylindrical-coordinate representation of color #BE801D: hue angle of 36.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE801D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 29 -
CMYK 0 0.33 0.85 0.25
HSL 36.89º 0.74% 0.43% -
HSV(B) 36.89º 0.85% 0.75% -
XYZ 29.18 26.47 4.73 -
YUV 135.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 190 128 29 0 0.33 0.85 0.25 36.89 0.74 0.43
Hex BE 80 1D 0 21 55 19 25 4A 2B
Octal 276 200 35 0 41 125 31 45 112 53
Binary 10111110 10000000 11101 0 100001 1010101 11001 100101 1001010 101011

Color Harmonies of #BE801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE801D

Black with #BE801D

Text Example


Text Example

White with #BE801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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