Html Css Color HEX #BE7F1E Pirate Gold

📋 copy color: '#BE7F1E'

red 190 ◦ green 127 ◦ blue 30

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

Shades of Pirate Gold #BE7F1E

Tints of Pirate Gold #BE7F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 54.76%
G = 36.6%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE7F1E (or 0xBE7F1E) is known color: Pirate Gold. HEX triplet: BE, 7F and 1E. RGB value is (190,127,30). Sum of RGB (Red+Green+Blue) = 190+127+30=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F1E is #4180E1. Grayscale: #878787. Windows color (decimal): -4292834 or 1998782. OLE color: 1998782.

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

Color convert

RGB 190 127 30 -
CMYK 0 0.33 0.84 0.25
HSL 36.38º 0.73% 0.43% -
HSV(B) 36.38º 0.84% 0.75% -
XYZ 29.06 26.22 4.76 -
YUV 134.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 190 127 30 0 0.33 0.84 0.25 36.38 0.73 0.43
Hex BE 7F 1E 0 21 54 19 24 49 2B
Octal 276 177 36 0 41 124 31 44 111 53
Binary 10111110 1111111 11110 0 100001 1010100 11001 100100 1001001 101011

Color Harmonies of #BE7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F1E

Black with #BE7F1E

Text Example


Text Example

White with #BE7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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