Html Css Color HEX #BE781C Pirate Gold

📋 copy color: '#BE781C'

red 190 ◦ green 120 ◦ blue 28

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

Shades of Pirate Gold #BE781C

Tints of Pirate Gold #BE781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 56.21%
G = 35.5%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE781C (or 0xBE781C) is known color: Pirate Gold. HEX triplet: BE, 78 and 1C. RGB value is (190,120,28). Sum of RGB (Red+Green+Blue) = 190+120+28=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE781C is #4187E3. Grayscale: #828282. Windows color (decimal): -4294628 or 1865918. OLE color: 1865918.

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

Color convert

RGB 190 120 28 -
CMYK 0 0.37 0.85 0.25
HSL 34.07º 0.74% 0.43% -
HSV(B) 34.07º 0.85% 0.75% -
XYZ 28.16 24.46 4.34 -
YUV 130.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 190 120 28 0 0.37 0.85 0.25 34.07 0.74 0.43
Hex BE 78 1C 0 25 55 19 22 4A 2B
Octal 276 170 34 0 45 125 31 42 112 53
Binary 10111110 1111000 11100 0 100101 1010101 11001 100010 1001010 101011

Color Harmonies of #BE781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE781C

Black with #BE781C

Text Example


Text Example

White with #BE781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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