Html Css Color HEX #BE6D1F Pirate Gold

📋 copy color: '#BE6D1F'

red 190 ◦ green 109 ◦ blue 31

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

Shades of Pirate Gold #BE6D1F

Tints of Pirate Gold #BE6D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

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

R = 57.58%
G = 33.03%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE6D1F (or 0xBE6D1F) is known color: Pirate Gold. HEX triplet: BE, 6D and 1F. RGB value is (190,109,31). Sum of RGB (Red+Green+Blue) = 190+109+31=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D1F is #4192E0. Grayscale: #7C7C7C. Windows color (decimal): -4297441 or 2059710. OLE color: 2059710.

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

Color convert

RGB 190 109 31 -
CMYK 0 0.43 0.84 0.25
HSL 29.43º 0.72% 0.43% -
HSV(B) 29.43º 0.84% 0.75% -
XYZ 26.95 21.98 4.12 -
YUV 124.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 190 109 31 0 0.43 0.84 0.25 29.43 0.72 0.43
Hex BE 6D 1F 0 2B 54 19 1D 48 2B
Octal 276 155 37 0 53 124 31 35 110 53
Binary 10111110 1101101 11111 0 101011 1010100 11001 11101 1001000 101011

Color Harmonies of #BE6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D1F

Black with #BE6D1F

Text Example


Text Example

White with #BE6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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