Html Css Color HEX #BE6C1E Pirate Gold

📋 copy color: '#BE6C1E'

red 190 ◦ green 108 ◦ blue 30

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

Shades of Pirate Gold #BE6C1E

Tints of Pirate Gold #BE6C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 57.93%
G = 32.93%
B = 9.15%

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

#BE6C1E (or 0xBE6C1E) is known color: Pirate Gold. HEX triplet: BE, 6C and 1E. RGB value is (190,108,30). Sum of RGB (Red+Green+Blue) = 190+108+30=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C1E is #4193E1. Grayscale: #7C7C7C. Windows color (decimal): -4297698 or 1993918. OLE color: 1993918.

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

Color convert

RGB 190 108 30 -
CMYK 0 0.43 0.84 0.25
HSL 29.25º 0.73% 0.43% -
HSV(B) 29.25º 0.84% 0.75% -
XYZ 26.83 21.77 4.02 -
YUV 123.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 190 108 30 0 0.43 0.84 0.25 29.25 0.73 0.43
Hex BE 6C 1E 0 2B 54 19 1D 49 2B
Octal 276 154 36 0 53 124 31 35 111 53
Binary 10111110 1101100 11110 0 101011 1010100 11001 11101 1001001 101011

Color Harmonies of #BE6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C1E

Black with #BE6C1E

Text Example


Text Example

White with #BE6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C1E; }

 p { color: rgb(190,108,30); }

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

background-color css

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

 a { background-color: rgb(190,108,30); }

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

border-color css

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

 span { border-color: rgb(190,108,30); }

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