Html Css Color HEX #BE751A Pirate Gold

📋 copy color: '#BE751A'

red 190 ◦ green 117 ◦ blue 26

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

Shades of Pirate Gold #BE751A

Tints of Pirate Gold #BE751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 57.06%
G = 35.14%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE751A (or 0xBE751A) is known color: Pirate Gold. HEX triplet: BE, 75 and 1A. RGB value is (190,117,26). Sum of RGB (Red+Green+Blue) = 190+117+26=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE751A is #418AE5. Grayscale: #808080. Windows color (decimal): -4295398 or 1734078. OLE color: 1734078.

HSL color Cylindrical-coordinate representation of color #BE751A: hue angle of 33.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE751A is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 26 -
CMYK 0 0.38 0.86 0.25
HSL 33.29º 0.76% 0.42% -
HSV(B) 33.29º 0.86% 0.75% -
XYZ 27.78 23.74 4.1 -
YUV 128.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 190 117 26 0 0.38 0.86 0.25 33.29 0.76 0.42
Hex BE 75 1A 0 26 56 19 21 4C 2A
Octal 276 165 32 0 46 126 31 41 114 52
Binary 10111110 1110101 11010 0 100110 1010110 11001 100001 1001100 101010

Color Harmonies of #BE751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE751A

Black with #BE751A

Text Example


Text Example

White with #BE751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE751A; }

 p { color: rgb(190,117,26); }

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

background-color css

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

 a { background-color: rgb(190,117,26); }

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

border-color css

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

 span { border-color: rgb(190,117,26); }

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