Html Css Color HEX #BE781F Pirate Gold

📋 copy color: '#BE781F'

red 190 ◦ green 120 ◦ blue 31

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

Shades of Pirate Gold #BE781F

Tints of Pirate Gold #BE781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 55.72%
G = 35.19%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE781F (or 0xBE781F) is known color: Pirate Gold. HEX triplet: BE, 78 and 1F. RGB value is (190,120,31). Sum of RGB (Red+Green+Blue) = 190+120+31=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE781F is #4187E0. Grayscale: #838383. Windows color (decimal): -4294625 or 2062526. OLE color: 2062526.

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

Color convert

RGB 190 120 31 -
CMYK 0 0.37 0.84 0.25
HSL 33.58º 0.72% 0.43% -
HSV(B) 33.58º 0.84% 0.75% -
XYZ 28.2 24.48 4.53 -
YUV 130.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 190 120 31 0 0.37 0.84 0.25 33.58 0.72 0.43
Hex BE 78 1F 0 25 54 19 22 48 2B
Octal 276 170 37 0 45 124 31 42 110 53
Binary 10111110 1111000 11111 0 100101 1010100 11001 100010 1001000 101011

Color Harmonies of #BE781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE781F

Black with #BE781F

Text Example


Text Example

White with #BE781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE781F; }

 p { color: rgb(190,120,31); }

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

background-color css

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

 a { background-color: rgb(190,120,31); }

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

border-color css

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

 span { border-color: rgb(190,120,31); }

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