Html Css Color HEX #BE7D1F Pirate Gold

📋 copy color: '#BE7D1F'

red 190 ◦ green 125 ◦ blue 31

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

Shades of Pirate Gold #BE7D1F

Tints of Pirate Gold #BE7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

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

R = 54.91%
G = 36.13%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE7D1F (or 0xBE7D1F) is known color: Pirate Gold. HEX triplet: BE, 7D and 1F. RGB value is (190,125,31). Sum of RGB (Red+Green+Blue) = 190+125+31=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D1F is #4182E0. Grayscale: #868686. Windows color (decimal): -4293345 or 2063806. OLE color: 2063806.

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

Color convert

RGB 190 125 31 -
CMYK 0 0.34 0.84 0.25
HSL 35.47º 0.72% 0.43% -
HSV(B) 35.47º 0.84% 0.75% -
XYZ 28.82 25.71 4.74 -
YUV 133.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 190 125 31 0 0.34 0.84 0.25 35.47 0.72 0.43
Hex BE 7D 1F 0 22 54 19 23 48 2B
Octal 276 175 37 0 42 124 31 43 110 53
Binary 10111110 1111101 11111 0 100010 1010100 11001 100011 1001000 101011

Color Harmonies of #BE7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D1F

Black with #BE7D1F

Text Example


Text Example

White with #BE7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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